1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

fsrvp.idl: Remove excess zero digit from literal

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-09-06 16:32:31 +12:00 committed by Andrew Bartlett
parent e4a81f268d
commit 9ef494c155

View File

@ -36,7 +36,7 @@ import "misc.idl";
[default];
} fssagent_share_mapping;
const uint32 FSRVP_RPC_VERSION_1 = 0x000000001;
const uint32 FSRVP_RPC_VERSION_1 = 0x00000001;
DWORD fss_GetSupportedVersion(
[out] uint32 *MinVersion,
[out] uint32 *MaxVersion);