Module: kamailio Branch: master Commit: 3f4c63802194cb83ffb8124e5ae38f85ee315c28 URL: https://github.com/kamailio/kamailio/commit/3f4c63802194cb83ffb8124e5ae38f85ee315c28
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2015-08-26T15:16:13+02:00 kamcmd: lower max size for socket name - was set to 108 which is common for linux, but mac os x has it 104 - set to 100 now --- Modified: utils/kamcmd/kamcmd.c --- Diff: https://github.com/kamailio/kamailio/commit/3f4c63802194cb83ffb8124e5ae38f85ee315c28.diff Patch: https://github.com/kamailio/kamailio/commit/3f4c63802194cb83ffb8124e5ae38f85ee315c28.patch --- diff --git a/utils/kamcmd/kamcmd.c b/utils/kamcmd/kamcmd.c index c9732f6..97d5820 100644 --- a/utils/kamcmd/kamcmd.c +++ b/utils/kamcmd/kamcmd.c @@ -82,7 +82,7 @@ #ifndef UNIX_PATH_MAX -#define UNIX_PATH_MAX 108 +#define UNIX_PATH_MAX 100 #endif static char id[]="$Id$"; _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
