diff options
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index a65979e804..6bda8fb7ee 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -3629,7 +3629,7 @@ int reply_printclose(connection_struct *conn, if (!CAN_PRINT(conn)) { END_PROFILE(SMBsplclose); - return ERROR_NT(NT_STATUS_UNSUCCESSFUL); + return ERROR_NT(NT_STATUS_DOS(ERRSRV, ERRerror)); } DEBUG(3,("printclose fd=%d fnum=%d\n", |