diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-09-10 11:23:41 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-09-10 11:23:41 +0000 |
commit | 11bd06e99c34a1805a3708321997633349e2dae7 (patch) | |
tree | fe8b0716a4bdcc89256f895883a4de113702ae62 /source3/auth | |
parent | 39b24e486583ec9d779c95dbf783b54daad054f0 (diff) | |
download | samba-11bd06e99c34a1805a3708321997633349e2dae7.tar.gz samba-11bd06e99c34a1805a3708321997633349e2dae7.tar.bz2 samba-11bd06e99c34a1805a3708321997633349e2dae7.zip |
made a couple of local fns static
(This used to be commit f0851202a852bed28fbd2446b44ce2b977ddacd8)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_rhosts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_rhosts.c b/source3/auth/auth_rhosts.c index ffb9212264..b447bed5d1 100644 --- a/source3/auth/auth_rhosts.c +++ b/source3/auth/auth_rhosts.c @@ -134,7 +134,7 @@ static BOOL check_user_equiv(char *user, char *remote, char *equiv_file) /**************************************************************************** check for a possible hosts equiv or rhosts entry for the user ****************************************************************************/ -BOOL check_hosts_equiv(char *user) +static BOOL check_hosts_equiv(char *user) { char *fname = NULL; pstring rhostsfile; |