X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source3%2Fsmbd%2Fvfs.c;h=94bdb1f495c423ce3eb0c252ec3e0c6b3f0308b1;hp=5acec70f546f3e723fff7d4278ff842de8de480a;hb=bd269443e311d96ef495a9db47d1b95eb83bb8f4;hpb=abbd0f9195fe9b4feb29b86a04c88be001e2737a diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c index 5acec70f546..94bdb1f495c 100644 --- a/source3/smbd/vfs.c +++ b/source3/smbd/vfs.c @@ -945,7 +945,7 @@ NTSTATUS check_reduced_name(connection_struct *conn, const char *fname) strlen(conn_rootdir)) != 0) { DEBUG(2, ("check_reduced_name: Bad access " "attempt: %s is a symlink outside the " - "share path", fname)); + "share path\n", fname)); if (free_resolved_name) { SAFE_FREE(resolved_name); }