From 88a6a97a86ef10734ff6387eabbd6cdae1e3922c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fredrik=20=C3=96hrn?= Date: Tue, 20 Mar 2001 20:04:42 +0000 Subject: [PATCH] really fix the build --- ext/yp/yp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/yp/yp.c b/ext/yp/yp.c index c41c609d95..d0205ecd25 100644 --- a/ext/yp/yp.c +++ b/ext/yp/yp.c @@ -214,11 +214,10 @@ PHP_FUNCTION(yp_next) { static int php_foreach_all (int instatus, char *inkey, int inkeylen, char *inval, int invallen, char *indata) { int r; - CLS_FETCH(); - zval *status, *key, *value; zval **args [3] = { &status, &key, &value }; zval *retval; + CLS_FETCH(); MAKE_STD_ZVAL (status); ZVAL_LONG (status, ypprot_err (instatus)); -- 2.50.1