summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-08-17 06:06:56 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-08-17 06:06:56 +0000
commita0171765ff080ea0510f8c4475348e6b33044b9b (patch)
tree5d72056c79ed53295af6ee37bdcd28591d4d9cdb /source3/smbd/password.c
parent90d2460cf0e644e82650763c502332e5adad27e7 (diff)
downloadsamba-a0171765ff080ea0510f8c4475348e6b33044b9b.tar.gz
samba-a0171765ff080ea0510f8c4475348e6b33044b9b.tar.bz2
samba-a0171765ff080ea0510f8c4475348e6b33044b9b.zip
Style cleanup for the last vuid change.
Style, doco and DEBUG() fixes for auth_smbpasswd.c (In particular for the account control call). Andrew Bartlett (This used to be commit 3d91c119420973d7dd1af416a1e26efa113dc626)
Diffstat (limited to 'source3/smbd/password.c')
-rw-r--r--source3/smbd/password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c
index b4d22a3850..bbdd0c3bf5 100644
--- a/source3/smbd/password.c
+++ b/source3/smbd/password.c
@@ -203,7 +203,7 @@ tell random client vuid's (normally zero) from valid vuids.
****************************************************************************/
int register_vuid(uid_t uid,gid_t gid, char *unix_name, char *requested_name,
- char *domain,BOOL guest, char* full_name)
+ char *domain,BOOL guest, char *full_name)
{
user_struct *vuser = NULL;