2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-22 01:21:44 +00:00
xcat-dep/conserver/segfault-sslopt.patch

13 lines
346 B
Diff
Raw Normal View History

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
};