]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 20 Nov 2019 10:08:06 +0000 (11:08 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 20 Nov 2019 15:23:10 +0000 (15:23 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Wed Nov 20 15:23:10 UTC 2019 on sn-devel-184

source3/modules/vfs_shadow_copy2.c

index b40867576835f707cabe4fc18bb154b4959f077a..94aba328835df45542e43fe90545c99f16725789 100644 (file)
@@ -1558,7 +1558,7 @@ static void store_cwd_data(vfs_handle_struct *handle,
        }
        TALLOC_FREE(priv->shadow_connectpath);
        if (connectpath) {
-               DBG_DEBUG("shadow conectpath = %s\n", connectpath);
+               DBG_DEBUG("shadow connectpath = %s\n", connectpath);
                priv->shadow_connectpath = talloc_strdup(priv, connectpath);
                if (priv->shadow_connectpath == NULL) {
                        smb_panic("talloc failed\n");