From 97a41f3646e118865802b15ca2ebb738baf68216 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Tue, 26 Feb 2008 23:06:15 +0000 Subject: [PATCH] trial to fix the HP-UX breakage... --- tests/server/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/server/util.c b/tests/server/util.c index 66210a50e..762fa8450 100644 --- a/tests/server/util.c +++ b/tests/server/util.c @@ -236,5 +236,5 @@ bool write_pidfile(const char *filename) fprintf(pidfile, "%ld\n", pid); fclose(pidfile); logmsg("Wrote pid %ld to %s", pid, filename); - return true; + return TRUE; }