freebsd-ports/net/freeswitch-core/files/patch-src-switch.c
Josh Paetzel eff58e2192 Add net/freeswitch-core, part of a revamp to the freeswitch ports
PR:	ports/145369
Submitted by:	Eric F Crist <ecrist@secure-computing.net>
Approved by:	itetcu@ (mentor)
2010-06-11 22:26:45 +00:00

14 lines
356 B
C

--- src/switch.c.orig 2010-05-11 23:58:27.000000000 -0700
+++ src/switch.c 2010-05-12 00:19:56.000000000 -0700
@@ -661,11 +661,6 @@
return 255;
}
- if (alt_dirs && alt_dirs != 3) {
- fprintf(stderr, "You must specify all or none of -conf, -log, and -db\n");
- return 255;
- }
-
signal(SIGILL, handle_SIGILL);
signal(SIGTERM, handle_SIGILL);