svn commit: samba r5851 - in branches/SAMBA_3_0/source/libsmb: .
jerry at samba.org
jerry at samba.org
Thu Mar 17 04:55:01 GMT 2005
Author: jerry
Date: 2005-03-17 04:55:00 +0000 (Thu, 17 Mar 2005)
New Revision: 5851
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5851
Log:
BUG 2456: reported by Jason Mader; remove non standard pragma (my fault); should fix some builds with non-gcc compilers
Modified:
branches/SAMBA_3_0/source/libsmb/libsmbclient.c
Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/libsmbclient.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/libsmbclient.c 2005-03-17 04:24:35 UTC (rev 5850)
+++ branches/SAMBA_3_0/source/libsmb/libsmbclient.c 2005-03-17 04:55:00 UTC (rev 5851)
@@ -4094,7 +4094,6 @@
dos_attr_parse(context, dad, srv, namevalue);
/* Set the new DOS attributes */
-#warning "Should try Set Path Info first, but it's not yet implemented"
#if 0 /* not yet implemented */
if (! cli_setpathinfo(&srv->cli, path,
dad->c_time,
@@ -4233,7 +4232,6 @@
dos_attr_parse(context, dad, srv, namevalue);
/* Set the new DOS attributes */
-#warning "Should try Set Path Info first, but it's not yet implemented"
#if 0 /* not yet implemented */
ret2 = cli_setpathinfo(&srv->cli, path,
dad->c_time,
More information about the samba-cvs
mailing list