]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:ntvfs: Add missing newline to logging message
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 7 Aug 2023 04:53:51 +0000 (16:53 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:38 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/ntvfs/posix/pvfs_sys.c

index f56704692c4670a2e698bb0b41774fc52a6b84bc..32770c1b1aa7e7af1bfd76d837b6b038f2fcb643 100644 (file)
@@ -131,7 +131,7 @@ static int pvfs_sys_chdir_nosymlink(struct pvfs_sys_ctx *ctx, const char *pathna
                close(fd);
                if (st1.st_ino != st2.st_ino ||
                    st1.st_dev != st2.st_dev) {
-                       DEBUG(0,(__location__ ": Inode changed during chdir in '%s' - symlink attack?",
+                       DEBUG(0,(__location__ ": Inode changed during chdir in '%s' - symlink attack?\n",
                                 pathname));
                        return -1;
                }