[Asterisk-cvs] asterisk/astman astman.c,1.7,1.8
markster at lists.digium.com
markster at lists.digium.com
Wed Apr 21 20:15:52 CDT 2004
- Previous message: [Asterisk-cvs] asterisk acl.c,1.16,1.17 asterisk.c,1.68,1.69
- Next message: [Asterisk-cvs] asterisk/channels chan_h323.c,1.44,1.45 chan_iax.c,1.55,1.56 chan_iax2.c,1.124,1.125 chan_mgcp.c,1.44,1.45 chan_sip.c,1.337,1.338 chan_skinny.c,1.35,1.36
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/astman
In directory mongoose.digium.com:/tmp/cvs-serv19986/astman
Modified Files:
astman.c
Log Message:
gethostbyname isn't reentrant, who knew...
Index: astman.c
===================================================================
RCS file: /usr/cvsroot/asterisk/astman/astman.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- astman.c 15 Feb 2004 07:17:37 -0000 1.7
+++ astman.c 22 Apr 2004 00:20:33 -0000 1.8
@@ -23,6 +23,8 @@
#include <asterisk/md5.h>
#include <asterisk/manager.h>
+#undef gethostbyname
+
#define MAX_HEADERS 80
#define MAX_LEN 256
- Previous message: [Asterisk-cvs] asterisk acl.c,1.16,1.17 asterisk.c,1.68,1.69
- Next message: [Asterisk-cvs] asterisk/channels chan_h323.c,1.44,1.45 chan_iax.c,1.55,1.56 chan_iax2.c,1.124,1.125 chan_mgcp.c,1.44,1.45 chan_sip.c,1.337,1.338 chan_skinny.c,1.35,1.36
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list