summaryrefslogtreecommitdiff
path: root/source/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
commit3d91c119420973d7dd1af416a1e26efa113dc626 (patch)
tree82a01dbcb8fffbd01995918f56c2450b3f67cbe7 /source/smbd/password.c
parent204da7ba96b0c562bab5e5536728a0378077bdc7 (diff)
downloadsamba-3d91c119420973d7dd1af416a1e26efa113dc626.tar.gz
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
Diffstat (limited to 'source/smbd/password.c')
-rw-r--r--source/smbd/password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/password.c b/source/smbd/password.c
index b4d22a38500..bbdd0c3bf5e 100644
--- a/source/smbd/password.c
+++ b/source/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;