another memory leak bites the dust
authorAndrew Tridgell <tridge@samba.org>
Tue, 27 Nov 2001 04:05:28 +0000 (04:05 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 27 Nov 2001 04:05:28 +0000 (04:05 +0000)
(This used to be commit 982d6d447add2d4079c28c0b8ecb0e499f391a2a)

source3/auth/auth_info.c

index 4b372c163219c9d550cdae37377ec8a3e7fe8a0f..cc13d5a8b95b9e12de4fc0a43bc73d4363bc5dc8 100644 (file)
@@ -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;
        }