diff options
author | Gerald Carter <jerry@samba.org> | 2005-03-17 04:55:00 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2005-03-17 04:55:00 +0000 |
commit | 3fdef546984c501c2d0b5b505e8bdf50e62a1195 (patch) | |
tree | c12d77ee1380cd795224db9dc266f1f34184b197 /source/libsmb | |
parent | 54e69f0b6d98bfc8fc32eb49efcc2a138fe701c2 (diff) | |
download | samba-3fdef546984c501c2d0b5b505e8bdf50e62a1195.tar.gz samba-3fdef546984c501c2d0b5b505e8bdf50e62a1195.tar.xz samba-3fdef546984c501c2d0b5b505e8bdf50e62a1195.zip |
r5851: BUG 2456: reported by Jason Mader; remove non standard pragma (my fault); should fix some builds with non-gcc compilers
Diffstat (limited to 'source/libsmb')
-rw-r--r-- | source/libsmb/libsmbclient.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/libsmb/libsmbclient.c b/source/libsmb/libsmbclient.c index 441ca96478b..3761074e04f 100644 --- a/source/libsmb/libsmbclient.c +++ b/source/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, |