1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r1283: Fix typo

This commit is contained in:
Volker Lendecke 2004-06-28 10:17:30 +00:00 committed by Gerald (Jerry) Carter
parent b491e76625
commit 3af4348faf

View File

@ -298,7 +298,7 @@ typedef struct net_q_logon_ctrl2_info
uint32 query_level;
union {
CTRL_DATA_INFO_5 info5;
CTRL_DATA_INFO_6 info6;;
CTRL_DATA_INFO_6 info6;
} info;
} NET_Q_LOGON_CTRL2;