summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-08-07 10:13:26 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-08-07 10:13:26 +0000
commit8795256cd076882c647e8ec657fd5ea0c4bb24a7 (patch)
tree2cf17f8133f0fbdc5b2d5947df587f365e27c07f
parent84e47a6c56efeea2b7c48fba26ef976950e1dd27 (diff)
xpp: reset a reserved protocol field.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4462 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--kernel/xpp/card_global.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/xpp/card_global.c b/kernel/xpp/card_global.c
index 7a3d101..beb0fb1 100644
--- a/kernel/xpp/card_global.c
+++ b/kernel/xpp/card_global.c
@@ -410,6 +410,7 @@ static void global_packet_dump(const char *msg, xpacket_t *pack);
}
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;