]> git.proxmox.com Git - pve-cluster.git/blobdiff - data/PVE/API2/ClusterConfig.pm
api/join: avoid using an IPv6 address as worker task ID
[pve-cluster.git] / data / PVE / API2 / ClusterConfig.pm
index 0534e6aeed52306035136fe6ddc25fd4f64062d0..9ea0341a702fe0cddef674e484e03b9108e8596e 100644 (file)
@@ -521,7 +521,7 @@ __PACKAGE__->register_method ({
            die $@ if $@;
        };
 
-       return $rpcenv->fork_worker('clusterjoin', $param->{hostname},  $authuser, $worker);
+       return $rpcenv->fork_worker('clusterjoin', undef,  $authuser, $worker);
     }});