added missing tab

This commit is contained in:
Andreas Steffen
2011-04-28 13:30:40 +02:00
parent 083fe967e5
commit ca0341bf85
+1 -1
View File
@@ -288,7 +288,7 @@ METHOD(tnccs_manager_t, send_message, TNC_Result,
TNC_VendorID msg_vid;
TNC_MessageSubtype msg_subtype;
msg_vid = (msg_type >> 8) & TNC_VENDORID_ANY;
msg_vid = (msg_type >> 8) & TNC_VENDORID_ANY;
msg_subtype = msg_type & TNC_SUBTYPE_ANY;
if (msg_vid == TNC_VENDORID_ANY || msg_subtype == TNC_SUBTYPE_ANY)