From 332c6ef2c7480a23f3c2fa59f5cd2c88db8d9919 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Fri, 17 Aug 2012 19:14:01 -0700 Subject: plugins: rename runcmd's signal handler. The previous name would collide with popen's. Even if the two are never used together, it's still a good idea not to have the same symbol in multiple object files. --- plugins/check_dig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_dig.c') diff --git a/plugins/check_dig.c b/plugins/check_dig.c index 3c80cb72..c113d87b 100644 --- a/plugins/check_dig.c +++ b/plugins/check_dig.c @@ -78,7 +78,7 @@ main (int argc, char **argv) textdomain (PACKAGE); /* Set signal handling and alarm */ - if (signal (SIGALRM, popen_timeout_alarm_handler) == SIG_ERR) + if (signal (SIGALRM, runcmd_timeout_alarm_handler) == SIG_ERR) usage_va(_("Cannot catch SIGALRM")); /* Parse extra opts if any */ -- cgit v1.2.3-74-g34f1