From ba32a619aeda5188a4bf8f04b4df7c3dd6d97bbf Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 9 Feb 2003 21:15:55 +0000 Subject: use SUCCESS/FAILURE instead of 0/-1 --- sapi/thttpd/thttpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/thttpd/thttpd.c') diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c index ae46df3509..30d1cea798 100644 --- a/sapi/thttpd/thttpd.c +++ b/sapi/thttpd/thttpd.c @@ -349,7 +349,7 @@ static int php_thttpd_startup(sapi_module_struct *sapi_module) static int sapi_thttpd_get_fd(int *nfd TSRMLS_DC) { if (nfd) *nfd = TG(hc)->conn_fd; - return 0; + return SUCCESS; } static sapi_module_struct thttpd_sapi_module = { -- cgit v1.2.1