diff options
author | Gerald Carter <jerry@samba.org> | 2005-03-17 04:55:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:05 -0500 |
commit | 9a4e3f7e6fdffeb51ac608aecdb029ae2af7cb34 (patch) | |
tree | ccd0a0e15b456aa37e251f60a3c5eeaacdb82008 | |
parent | 56b22250f478ca2cce43a274589e42a28ea88002 (diff) | |
download | samba-9a4e3f7e6fdffeb51ac608aecdb029ae2af7cb34.tar.gz samba-9a4e3f7e6fdffeb51ac608aecdb029ae2af7cb34.tar.bz2 samba-9a4e3f7e6fdffeb51ac608aecdb029ae2af7cb34.zip |
r5851: BUG 2456: reported by Jason Mader; remove non standard pragma (my fault); should fix some builds with non-gcc compilers
(This used to be commit 300150a1bee1bf927236c6d9942784a1359e7054)
-rw-r--r-- | source3/libsmb/libsmbclient.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/libsmb/libsmbclient.c b/source3/libsmb/libsmbclient.c index 441ca96478..3761074e04 100644 --- a/source3/libsmb/libsmbclient.c +++ b/source3/libsmb/libsmbclient.c @@ -4094,7 +4094,6 @@ int smbc_setxattr_ctx(SMBCCTX *context, 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 @@ int smbc_setxattr_ctx(SMBCCTX *context, 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, |