[zaptel-commits] tzafrir: branch 1.2 r4466 - /branches/1.2/xpp/card_global.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Thu Aug 7 07:15:32 CDT 2008


Author: tzafrir
Date: Thu Aug  7 07:15:31 2008
New Revision: 4466

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4466
Log:
xpp: reset a reserved protocol field.

(From r4462 in branches/1.4)

Modified:
    branches/1.2/xpp/card_global.c

Modified: branches/1.2/xpp/card_global.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/card_global.c?view=diff&rev=4466&r1=4465&r2=4466
==============================================================================
--- branches/1.2/xpp/card_global.c (original)
+++ branches/1.2/xpp/card_global.c Thu Aug  7 07:15:31 2008
@@ -410,6 +410,7 @@
 	}
 	XFRAME_NEW_CMD(xframe, pack, xbus, GLOBAL, AB_REQUEST, 0);
 	RPACKET_FIELD(pack, GLOBAL, AB_REQUEST, rev) = XPP_PROTOCOL_VERSION;
+	RPACKET_FIELD(pack, GLOBAL, AB_REQUEST, reserved) = 0;
 	XBUS_DBG(DEVICES, xbus, "Protocol Version %d\n", XPP_PROTOCOL_VERSION);
 	ret = send_cmd_frame(xbus, xframe);
 	return ret;




More information about the zaptel-commits mailing list