summaryrefslogtreecommitdiffstats
path: root/plugins/check_pgsql.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_pgsql.c')
-rw-r--r--plugins/check_pgsql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c
index a002571..e66eeaf 100644
--- a/plugins/check_pgsql.c
+++ b/plugins/check_pgsql.c
@@ -136,7 +136,7 @@ main (int argc, char **argv)
136 bindtextdomain (PACKAGE, LOCALEDIR); 136 bindtextdomain (PACKAGE, LOCALEDIR);
137 textdomain (PACKAGE); 137 textdomain (PACKAGE);
138 138
139 if (process_arguments (argc, argv) != TRUE) 139 if (process_arguments (argc, argv) == ERROR)
140 usage4 (_("Could not parse arguments")); 140 usage4 (_("Could not parse arguments"));
141 141
142 /* Set signal handling and alarm */ 142 /* Set signal handling and alarm */