diff options
Diffstat (limited to 'plugins/check_radius.c')
-rw-r--r-- | plugins/check_radius.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_radius.c b/plugins/check_radius.c index bdb9b7a..9e10468 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c | |||
@@ -113,7 +113,7 @@ main (int argc, char **argv) | |||
113 | bindtextdomain (PACKAGE, LOCALEDIR); | 113 | bindtextdomain (PACKAGE, LOCALEDIR); |
114 | textdomain (PACKAGE); | 114 | textdomain (PACKAGE); |
115 | 115 | ||
116 | if (process_arguments (argc, argv) != TRUE) | 116 | if (process_arguments (argc, argv) == ERROR) |
117 | usage4 (_("Could not parse arguments")); | 117 | usage4 (_("Could not parse arguments")); |
118 | 118 | ||
119 | str = strdup ("dictionary"); | 119 | str = strdup ("dictionary"); |