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 b15ad6e..405b417 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c | |||
@@ -112,7 +112,7 @@ main (int argc, char **argv) | |||
112 | bindtextdomain (PACKAGE, LOCALEDIR); | 112 | bindtextdomain (PACKAGE, LOCALEDIR); |
113 | textdomain (PACKAGE); | 113 | textdomain (PACKAGE); |
114 | 114 | ||
115 | if (process_arguments (argc, argv) != OK) | 115 | if (process_arguments (argc, argv) != TRUE) |
116 | usage (_("check_radius: could not parse arguments\n")); | 116 | usage (_("check_radius: could not parse arguments\n")); |
117 | 117 | ||
118 | str = strdup ("dictionary"); | 118 | str = strdup ("dictionary"); |