summaryrefslogtreecommitdiff
path: root/lib/radsec.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/radsec.c')
-rw-r--r--lib/radsec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/radsec.c b/lib/radsec.c
index 1d8dafc..45c4f42 100644
--- a/lib/radsec.c
+++ b/lib/radsec.c
@@ -54,7 +54,7 @@ rs_context_create(struct rs_context **ctx, const char *dict)
fn = basename (buf2);
if (dict_init (dir, fn) < 0)
{
- err = RSE_SOME_ERROR;
+ err = RSE_FR;
goto err_out;
}
free (buf1);