[Asterisk-cvs] asterisk/channels chan_sip.c,1.277,1.278

jeremy at lists.digium.com jeremy at lists.digium.com
Mon Jan 12 20:32:49 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv22743

Modified Files:
	chan_sip.c 
Log Message:
comment out getsipuri to stop compiler warning


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -d -r1.277 -r1.278
--- chan_sip.c	13 Jan 2004 02:18:26 -0000	1.277
+++ chan_sip.c	13 Jan 2004 02:24:36 -0000	1.278
@@ -414,7 +414,7 @@
 static int transmit_refer(struct sip_pvt *p, char *dest);
 static struct sip_peer *temp_peer(char *name);
 static int do_proxy_auth(struct sip_pvt *p, struct sip_request *req, char *header, char *respheader, char *msg, int init);
-static char *getsipuri(char *header);
+// static char *getsipuri(char *header);
 static void free_old_route(struct sip_route *route);
 static int build_reply_digest(struct sip_pvt *p, char *orig_header, char *digest, int digest_len);
 static int find_user(struct sip_pvt *fup, int event);
@@ -6649,6 +6649,8 @@
 	return desc;
 }
 
+#if 0
+// XXX What is this?
 static char *getsipuri(char *header)
 {
 	char *c, *d, *retval;
@@ -6670,5 +6672,5 @@
 
 	return retval;
 }
-
+#endif 
 




More information about the svn-commits mailing list