diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-06-13 19:01:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:18 -0500 |
commit | 8b2637631e79112408cfce628d3b26aa701f78ef (patch) | |
tree | 31d49f07da9484174b00b9f110bb82ba9b29b87c /source3/smbd | |
parent | a2762cfcaa7e1e77fdb353bbffcb33686f892e6a (diff) | |
download | samba-8b2637631e79112408cfce628d3b26aa701f78ef.tar.gz |
r23469: Fix a comment
(This used to be commit 47cc9359aa1b4d5fcd9469be0b1378030ac388fc)
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 14dbdcafbdc..272c3966ba3 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; |