summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-06-13 19:01:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:18 -0500
commit8b2637631e79112408cfce628d3b26aa701f78ef (patch)
tree31d49f07da9484174b00b9f110bb82ba9b29b87c /source3/smbd
parenta2762cfcaa7e1e77fdb353bbffcb33686f892e6a (diff)
downloadsamba-8b2637631e79112408cfce628d3b26aa701f78ef.tar.gz
samba-8b2637631e79112408cfce628d3b26aa701f78ef.tar.bz2
samba-8b2637631e79112408cfce628d3b26aa701f78ef.zip
r23469: Fix a comment
(This used to be commit 47cc9359aa1b4d5fcd9469be0b1378030ac388fc)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 14dbdcafbd..272c3966ba 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -1842,7 +1842,7 @@ static NTSTATUS do_unlink(connection_struct *conn, char *fname,
uint32 dirtype_orig = dirtype;
NTSTATUS status;
- DEBUG(10,("can_delete: %s, dirtype = %d\n", fname, dirtype ));
+ DEBUG(10,("do_unlink: %s, dirtype = %d\n", fname, dirtype ));
if (!CAN_WRITE(conn)) {
return NT_STATUS_MEDIA_WRITE_PROTECTED;