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:
parent
e4a81f268d
commit
9ef494c155
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user