]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
fsrvp.idl: Remove excess zero digit from literal
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 6 Sep 2023 04:32:31 +0000 (16:32 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Sep 2023 21:35:29 +0000 (21:35 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/fsrvp.idl

index aebd6890d77215eb50a3bcbd401ef0f43965dee0..6158f43766d67f147052d5391c867f04e2984cab 100644 (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);