Added trusted int to struct realm.
authorjgolov <jgolov>
Thu, 2 Dec 1999 16:55:44 +0000 (16:55 +0000)
committerjgolov <jgolov>
Thu, 2 Dec 1999 16:55:44 +0000 (16:55 +0000)
src/include/radiusd.h

index d8054a6..179fff8 100644 (file)
@@ -49,6 +49,7 @@ typedef struct realm {
        int                     auth_port;
        int                     acct_port;
        int                     striprealm;
+       int                     trusted;
        struct realm            *next;
 } REALM;