From 6b120378399400d0cec126e3d4dc85bbf95d2d31 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 27 Nov 2001 04:05:28 +0000 Subject: another memory leak bites the dust (This used to be commit 982d6d447add2d4079c28c0b8ecb0e499f391a2a) --- source3/auth/auth_info.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/auth') 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; } -- cgit