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 a7804d3f43..b8ee13043b 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -3289,7 +3289,7 @@ int reply_close(connection_struct *conn, char *inbuf,char *outbuf, int size, /* * Special case - close NT SMB directory handle. */ - DEBUG(3,("close %s fnum=%d\n", fsp->is_directory ? "directory" : "stat file open", fsp->fnum)); + DEBUG(3,("close directory fnum=%d\n", fsp->fnum)); close_file(fsp,NORMAL_CLOSE); } else { /* |