X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fplugins%2Fradius%2Fradrealms.c;fp=pppd%2Fplugins%2Fradius%2Fradrealms.c;h=7a30370121bdbca99fab7ac7b7479b74933d3d6b;hp=1d8da6247ec926f81514e683dd38de81354341a1;hb=880a81be7c8e0fe8567227bc17a1bff3ea035943;hpb=de8da14d845ee6db9236ccfddabf1d8ebf045ddb diff --git a/pppd/plugins/radius/radrealms.c b/pppd/plugins/radius/radrealms.c index 1d8da62..7a30370 100644 --- a/pppd/plugins/radius/radrealms.c +++ b/pppd/plugins/radius/radrealms.c @@ -28,7 +28,8 @@ char pppd_version[] = VERSION; char radrealms_config[MAXPATHLEN] = "/etc/radiusclient/realms"; static option_t Options[] = { - { "realms-config-file", o_string, &radrealms_config }, + { "realms-config-file", o_string, &radrealms_config, + "Configuration file for RADIUS realms", OPT_STATIC, NULL, MAXPATHLEN }, { NULL } };