mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
14 lines
366 B
Diff
14 lines
366 B
Diff
diff --git a/slurm-spank-stunnel.c b/slurm-spank-stunnel.c
|
|
index 81fb4fd..dbe69f6 100644
|
|
--- a/slurm-spank-stunnel.c
|
|
+++ b/slurm-spank-stunnel.c
|
|
@@ -278,7 +278,7 @@ int _stunnel_connect_nodes (char* nodes)
|
|
{
|
|
|
|
char* host;
|
|
- hostlist_t hlist;
|
|
+ hostlist_t *hlist;
|
|
|
|
// Connect to the first host in the list
|
|
hlist = slurm_hostlist_create(nodes);
|