summaryrefslogtreecommitdiffstats
path: root/source/passdb
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-07-18 10:20:51 +0000
committerAndrew Tridgell <tridge@samba.org>1996-07-18 10:20:51 +0000
commit153d324c7be345ae87f99e62123e9a7dbaf74aee (patch)
tree292d03c22019c87ef2cc6d0a719786e58646e0b0 /source/passdb
parent1fd1d7c27c4be1eba0833c787d40f1217e63127d (diff)
downloadsamba-153d324c7be345ae87f99e62123e9a7dbaf74aee.tar.gz
samba-153d324c7be345ae87f99e62123e9a7dbaf74aee.tar.xz
samba-153d324c7be345ae87f99e62123e9a7dbaf74aee.zip
minor cleanups ready for another release
Diffstat (limited to 'source/passdb')
-rw-r--r--source/passdb/smbpass.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/passdb/smbpass.c b/source/passdb/smbpass.c
index b1d46b38a17..1f880881bc5 100644
--- a/source/passdb/smbpass.c
+++ b/source/passdb/smbpass.c
@@ -109,8 +109,7 @@ static int gethexpwd(char *p, char *pwd)
/*
* Routine to search the smbpasswd file for an entry matching the username.
*/
-struct smb_passwd *
-get_smbpwnam(char *name)
+struct smb_passwd *get_smbpwnam(char *name)
{
/* Static buffers we will return. */
static struct smb_passwd pw_buf;