]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: modernize unix_convert() replacing True with true
authorRalph Boehme <slow@samba.org>
Wed, 25 Mar 2020 06:48:16 +0000 (07:48 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 27 Mar 2020 01:06:30 +0000 (01:06 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/filename.c

index 04febba464d9075a07765df0f1e1afb2fd84066d..1ebe875825b14a81a3d778fe5889ed81e59205f1 100644 (file)
@@ -808,7 +808,7 @@ NTSTATUS unix_convert(TALLOC_CTX *ctx,
         */
 
        if (mangle_is_mangled(start, conn->params)) {
-               component_was_mangled = True;
+               component_was_mangled = true;
        }
 
        /*