r13316: Let the carnage begin....
[mat/samba.git] / source3 / auth / auth_compat.c
index 2ac70d7354663f32f4dab2bc9d989dabd60bcfce..28b9de8d4312060a3c844145c63a1088a8e9d429 100644 (file)
@@ -84,7 +84,7 @@ static NTSTATUS pass_check_smb(const char *smb_name,
        } else {
                nt_status = check_plaintext_password(smb_name, plaintext_password, &server_info);
        }               
-       free_server_info(&server_info);
+       talloc_free(server_info);
        return nt_status;
 }