diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-07-01 09:12:41 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-07-01 09:12:41 +0000 |
commit | 91ad9041e9507d36eb3f40c23c5d4df61f139ef0 (patch) | |
tree | 23d038bb5c3896205a92803928e72ace401758d7 /source/nsswitch | |
parent | e7f588d8156856109623b5f5a3841c5d096b1185 (diff) | |
download | samba-91ad9041e9507d36eb3f40c23c5d4df61f139ef0.tar.gz samba-91ad9041e9507d36eb3f40c23c5d4df61f139ef0.tar.xz samba-91ad9041e9507d36eb3f40c23c5d4df61f139ef0.zip |
used findstatic.pl to make some variables static and remove some dead
code
Diffstat (limited to 'source/nsswitch')
-rw-r--r-- | source/nsswitch/wb_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/wb_common.c b/source/nsswitch/wb_common.c index 928b70d8b1b..89dd6252412 100644 --- a/source/nsswitch/wb_common.c +++ b/source/nsswitch/wb_common.c @@ -86,7 +86,7 @@ void init_response(struct winbindd_response *response) /* Close established socket */ -void close_sock(void) +static void close_sock(void) { if (winbindd_fd != -1) { close(winbindd_fd); |