diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-11-27 04:05:28 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-11-27 04:05:28 +0000 |
commit | 6b120378399400d0cec126e3d4dc85bbf95d2d31 (patch) | |
tree | d10c7c359c6f801377f98a645ec07587c1e207f9 /source3/auth/auth_info.c | |
parent | 67b347378031c3f48c937eb25c6b1b25b9fb528c (diff) | |
download | samba-6b120378399400d0cec126e3d4dc85bbf95d2d31.tar.gz samba-6b120378399400d0cec126e3d4dc85bbf95d2d31.tar.bz2 samba-6b120378399400d0cec126e3d4dc85bbf95d2d31.zip |
another memory leak bites the dust
(This used to be commit 982d6d447add2d4079c28c0b8ecb0e499f391a2a)
Diffstat (limited to 'source3/auth/auth_info.c')
-rw-r--r-- | source3/auth/auth_info.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/auth/auth_info.c b/source3/auth/auth_info.c index 4b372c1632..cc13d5a8b9 100644 --- a/source3/auth/auth_info.c +++ b/source3/auth/auth_info.c @@ -117,10 +117,6 @@ BOOL make_auth_info_subsystem(auth_authsupplied_info **auth_info) { char **auth_method_list = NULL; - if (!make_auth_info(auth_info)) { - return False; - } - if (lp_auth_methods() && !lp_list_copy(&auth_method_list, lp_auth_methods())) { return False; } |