Merge compile warning fixes from 3.0
authorAndrew Bartlett <abartlet@samba.org>
Mon, 28 Apr 2003 09:02:21 +0000 (09:02 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 28 Apr 2003 09:02:21 +0000 (09:02 +0000)
(This used to be commit c0903951a144b1f0502e77437ea166d7a26393ba)

source3/auth/auth_winbind.c

index df08b6440ac4226c85cddae164958f6d61794560..840898415be01cc95edaeb115d6db89f62168d45 100644 (file)
@@ -139,7 +139,7 @@ NTSTATUS auth_init_winbind(struct auth_context *auth_context, const char *param,
        if (param && *param) {
                /* we load the 'fallback' module - if winbind isn't here, call this
                   module */
-               if (!load_auth_module(auth_context, param, &(*auth_method)->private_data)) {
+               if (!load_auth_module(auth_context, param, (auth_methods **)&(*auth_method)->private_data)) {
                        return NT_STATUS_UNSUCCESSFUL;
                }