Commit ad28db8b ad28db8bb6cc78b9f60a78ae5f6acb00d758953e by Sergey Poznyakoff

Updated for recent libgnuradius

1 parent 05a15a28
...@@ -211,7 +211,7 @@ mu_radius_argp_parser (int key, char *arg, struct argp_state *state) ...@@ -211,7 +211,7 @@ mu_radius_argp_parser (int key, char *arg, struct argp_state *state)
211 break; 211 break;
212 212
213 case ARG_RADIUS_DIR: 213 case ARG_RADIUS_DIR:
214 radius_dir = grad_estrdup(arg); 214 grad_config_dir = grad_estrdup (arg);
215 break; 215 break;
216 216
217 case ARGP_KEY_FINI: 217 case ARGP_KEY_FINI:
......