2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/conserver/segfault-sslopt.patch
jbjohnso 15cce50a03 -Patch a segmentation fault if the configuration file lacks an option xCAT usually populates
Former-commit-id: c0b9077981cc06af0400009daa64db93f49e1f6e
2009-11-21 18:01:29 +00:00

13 lines
346 B
Diff

diff -ruN conserver-8.1.16-orig/conserver/main.c conserver-8.1.16/conserver/main.c
--- conserver-8.1.16-orig/conserver/main.c 2009-10-30 13:46:11 +0300
+++ conserver-8.1.16/conserver/main.c 2009-10-30 13:46:37 +0300
@@ -66,7 +66,7 @@
, FLAGFALSE
#endif
#if HAVE_OPENSSL
- , (char *)0, FLAGTRUE
+ , (char *)0, (char*)0, FLAGTRUE
#endif
};