[Asterisk-cvs] asterisk/channels chan_mgcp.c,1.51,1.52

markster at lists.digium.com markster at lists.digium.com
Mon May 24 10:53:17 CDT 2004


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

Modified Files:
	chan_mgcp.c 
Log Message:
Fix small typo


Index: chan_mgcp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_mgcp.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- chan_mgcp.c	21 May 2004 06:05:20 -0000	1.51
+++ chan_mgcp.c	24 May 2004 15:07:08 -0000	1.52
@@ -1810,7 +1810,7 @@
 		memcpy(mgr->buf, resp.data, resp.len);
 		mgr->buf[resp.len] = '\0';
 		mgr->next = p->parent->responses;
-		p->parent->responses = mgr->next;
+		p->parent->responses = mgr;
 	}
 	return send_response(sub, &resp);
 }




More information about the svn-commits mailing list