[asterisk-commits] may: branch may/smpp r401105 - /team/may/smpp/branches/10/addons/res_smpp.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Oct 16 13:38:15 CDT 2013


Author: may
Date: Wed Oct 16 13:38:13 2013
New Revision: 401105

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=401105
Log:
small fix in send_bind_resp_fail

Modified:
    team/may/smpp/branches/10/addons/res_smpp.c

Modified: team/may/smpp/branches/10/addons/res_smpp.c
URL: http://svnview.digium.com/svn/asterisk/team/may/smpp/branches/10/addons/res_smpp.c?view=diff&rev=401105&r1=401104&r2=401105
==============================================================================
--- team/may/smpp/branches/10/addons/res_smpp.c (original)
+++ team/may/smpp/branches/10/addons/res_smpp.c Wed Oct 16 13:38:13 2013
@@ -599,7 +599,7 @@
         int pdulen;
         int ret;
 
-	memset(&bind_resp, 0, sizeof(bind));
+	memset(&bind_resp, 0, sizeof(bind_resp));
 	memset(&pdu, 0, sizeof(pdu));
 	
 	bind_resp.command_length = 0;




More information about the asterisk-commits mailing list