summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-02-17 15:17:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:40 -0500
commit732f09990fda978fe1cbef786d6b2d15897e6f97 (patch)
treea1a023f980ab1d08786219d49bcdca08e8c5a61e /source3/auth
parentf51677051cc139bdeb9d66196ca5405cecce1a35 (diff)
downloadsamba-732f09990fda978fe1cbef786d6b2d15897e6f97.tar.gz
samba-732f09990fda978fe1cbef786d6b2d15897e6f97.tar.bz2
samba-732f09990fda978fe1cbef786d6b2d15897e6f97.zip
r5431: couple of cimpile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS 2341 & 2342
(This used to be commit 0edcfc7fa20fd8e3273b29c8f1a97cb7c7179fb6)
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 7a186f65cd..f3c01a58ca 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -61,7 +61,6 @@ static int smb_create_user(const char *domain, const char *unix_username, const
void auth_add_user_script(const char *domain, const char *username)
{
- uint32 rid;
/*
* User validated ok against Domain controller.
* If the admin wants us to try and create a UNIX
@@ -79,7 +78,6 @@ void auth_add_user_script(const char *domain, const char *username)
if ( !winbind_create_user(username, NULL) ) {
DEBUG(5,("auth_add_user_script: winbindd_create_user() failed\n"));
- rid = 0;
}
}
}