diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-26 21:58:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:46 -0500 |
commit | f6bbc72996aeee8607fc583140fd60be0e06e969 (patch) | |
tree | 0484ee6896e395100975e42a01706d66d28a072f /source/libcli/auth | |
parent | c92ace494f92084ddf178626cdf392d151043bc7 (diff) | |
download | samba-f6bbc72996aeee8607fc583140fd60be0e06e969.tar.gz |
r12500: Use init functions explicitly in a few more places. 'gensec' and 'librpc'
are the only two subsystems left to convert.
Diffstat (limited to 'source/libcli/auth')
-rw-r--r-- | source/libcli/auth/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libcli/auth/config.mk b/source/libcli/auth/config.mk index 51d16d82311..75b4180976e 100644 --- a/source/libcli/auth/config.mk +++ b/source/libcli/auth/config.mk @@ -5,6 +5,6 @@ OBJ_FILES = credentials.o \ session.o \ smbencrypt.o REQUIRED_SUBSYSTEMS = \ - AUTH SCHANNELDB GENSEC + AUTH SCHANNELDB # End SUBSYSTEM LIBCLI_AUTH ################################# |