From: Volker Lendecke Date: Wed, 13 Jun 2007 19:01:41 +0000 (+0000) Subject: r23469: Fix a comment X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47cc9359aa1b4d5fcd9469be0b1378030ac388fc;p=thirdparty%2Fsamba.git r23469: Fix a comment --- diff --git a/source/smbd/reply.c b/source/smbd/reply.c index 14dbdcafbdc..272c3966ba3 100644 --- a/source/smbd/reply.c +++ b/source/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;