Rename libnfs.def to libnfs-win32.def
[deb_libnfs.git] / lib / init.c
index a247787d4dfa364b17b80bbae9a6f1d8ce3177dd..464f88a2f940d79de6375ac81da51c3226d82036 100644 (file)
@@ -83,7 +83,7 @@ void rpc_set_auth(struct rpc_context *rpc, struct AUTH *auth)
        if (rpc->auth != NULL) {
                auth_destroy(rpc->auth);
        }
-       rpc->auth = auth;
+       rpc->auth = (AUTH *)auth;
 }