summaryrefslogtreecommitdiff
path: root/lib/include/radsec
diff options
context:
space:
mode:
authorLuke Howard <lukeh@padl.com>2011-11-14 17:05:55 +1100
committerLuke Howard <lukeh@padl.com>2011-11-14 17:05:55 +1100
commitf780ff204e39420aabf94a7fab4e2c37790b658f (patch)
tree7484e2ec21c4021f9787445d549dc1bedb81e455 /lib/include/radsec
parent34747348ee53e02bb6faa6a6e26c1440e327ff60 (diff)
remove dictionary configuration parameter
Diffstat (limited to 'lib/include/radsec')
-rw-r--r--lib/include/radsec/radsec-impl.h1
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;
};