]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3/rpc_server: fss: realign synthetic_smb_fname() args in snap_path_exists()
authorRalph Boehme <slow@samba.org>
Sun, 3 May 2020 13:07:05 +0000 (15:07 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 5 May 2020 19:18:39 +0000 (19:18 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_server/fss/srv_fss_agent.c

index e9672281211f612f859c48276e1f87ea8db665ab..f693aa4afbe11c53909d9ebc87f3dd13a3aa5c1a 100644 (file)
@@ -173,7 +173,11 @@ static bool snap_path_exists(TALLOC_CTX *ctx, struct messaging_context *msg_ctx,
                goto out;
        }
 
-       smb_fname = synthetic_smb_fname(service, sc->sc_path, NULL, NULL, 0);
+       smb_fname = synthetic_smb_fname(service,
+                                       sc->sc_path,
+                                       NULL,
+                                       NULL,
+                                       0);
        if (smb_fname == NULL) {
                goto out;
        }