diff options
author | Luke Howard <lukeh@padl.com> | 2011-11-14 17:05:55 +1100 |
---|---|---|
committer | Luke Howard <lukeh@padl.com> | 2011-11-14 17:05:55 +1100 |
commit | f780ff204e39420aabf94a7fab4e2c37790b658f (patch) | |
tree | 7484e2ec21c4021f9787445d549dc1bedb81e455 /lib/include | |
parent | 34747348ee53e02bb6faa6a6e26c1440e327ff60 (diff) |
remove dictionary configuration parameter
Diffstat (limited to 'lib/include')
-rw-r--r-- | lib/include/radsec/radsec-impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/include/radsec/radsec-impl.h b/lib/include/radsec/radsec-impl.h index da4e99c..2274a99 100644 --- a/lib/include/radsec/radsec-impl.h +++ b/lib/include/radsec/radsec-impl.h @@ -62,7 +62,6 @@ struct rs_realm { /** Top configuration object. */ struct rs_config { - char *dictionary; struct rs_realm *realms; cfg_t *cfg; }; |