summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-06-26 19:46:18 -0700
committerJeremy Allison <jra@samba.org>2008-06-26 19:46:18 -0700
commit799252f635a4cf1790a24f9ba8765dba9fb7df86 (patch)
tree03c4ed947e066c27bb56ecec2574806e0ad8ecc0 /source3/auth/auth_util.c
parent46dd2d77ecad82bcc296a0023f344a40b8a9992f (diff)
downloadsamba-799252f635a4cf1790a24f9ba8765dba9fb7df86.tar.gz
samba-799252f635a4cf1790a24f9ba8765dba9fb7df86.tar.bz2
samba-799252f635a4cf1790a24f9ba8765dba9fb7df86.zip
Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.
Jeremy. (This used to be commit 9e2ab30d3cf6950fc79152b2169e7aeae8d6a366)
Diffstat (limited to 'source3/auth/auth_util.c')
-rw-r--r--source3/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 998a81b61a..a7fce46923 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -583,7 +583,7 @@ NTSTATUS make_server_info_sam(auth_serversupplied_info **server_info,
* a PDC. JRA.
*/
- winbind_off();
+ (void)winbind_off();
DEBUG(10, ("make_server_info_sam: our machine account %s "
"setting supplementary group list empty and "