Corrected typo in last commit
authoraland <aland>
Thu, 25 Oct 2001 21:05:28 +0000 (21:05 +0000)
committeraland <aland>
Thu, 25 Oct 2001 21:05:28 +0000 (21:05 +0000)
src/modules/rlm_realm/rlm_realm.c

index 9bae162..4b43963 100644 (file)
@@ -160,7 +160,7 @@ static REALM *check_for_realm(void *instance, REQUEST *request)
        /* make sure it's proxyable realm */
        if ((realm->notrealm) ||
            (strcmp(realm->server, "LOCAL") == 0)) {
-               pairadd(vps, pairmake("Realm", realm->realm, T_OP_EQ));
+               pairadd(&request->packet->vps, pairmake("Realm", realm->realm, T_OP_EQ));
                return NULL;
        }