svn commit: samba r23523 - in branches/SAMBA_3_0/source/smbd: .
vlendec at samba.org
vlendec at samba.org
Sat Jun 16 18:19:43 GMT 2007
Author: vlendec
Date: 2007-06-16 18:19:42 +0000 (Sat, 16 Jun 2007)
New Revision: 23523
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23523
Log:
Gaa -- had renamed "name" to "path" and apparently not compiled after
that....
Volker
Modified:
branches/SAMBA_3_0/source/smbd/reply.c
Changeset:
Modified: branches/SAMBA_3_0/source/smbd/reply.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/reply.c 2007-06-16 18:07:44 UTC (rev 23522)
+++ branches/SAMBA_3_0/source/smbd/reply.c 2007-06-16 18:19:42 UTC (rev 23523)
@@ -199,7 +199,7 @@
set (a safe assumption).
****************************************************************************/
-NTSTATUS check_path_syntax_posix(char *name)
+NTSTATUS check_path_syntax_posix(char *path)
{
BOOL ignore;
return check_path_syntax_internal(path, True, &ignore);
More information about the samba-cvs
mailing list