biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / servers / computing / slurm-spank-stunnel / hostlist.patch
blob0fc1d0626aab0d9acdd34ece22db5feecfe2448b
1 diff --git a/slurm-spank-stunnel.c b/slurm-spank-stunnel.c
2 index 81fb4fd..dbe69f6 100644
3 --- a/slurm-spank-stunnel.c
4 +++ b/slurm-spank-stunnel.c
5 @@ -278,7 +278,7 @@ int _stunnel_connect_nodes (char* nodes)
8 char* host;
9 - hostlist_t hlist;
10 + hostlist_t *hlist;
12 // Connect to the first host in the list
13 hlist = slurm_hostlist_create(nodes);