From 5ca6da5ae88d9e1938d4ca65b993eea64bc9a4a2 Mon Sep 17 00:00:00 2001 From: Evan Klinger Date: Wed, 15 Dec 1999 03:51:25 +0000 Subject: [PATCH] I would've compiled first, I swear... --- ext/yp/yp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/yp/yp.c b/ext/yp/yp.c index f2dd1bd25e..64198f4f32 100644 --- a/ext/yp/yp.c +++ b/ext/yp/yp.c @@ -120,7 +120,7 @@ PHP_FUNCTION(yp_match) { convert_to_string_ex(map); convert_to_string_ex(key); - if(yp_match((*domain)->value.str.val,(*map)->value.str.val,(*key)->value.str.val,key->value.str.len,&outval,&outvallen)) { + if(yp_match((*domain)->value.str.val,(*map)->value.str.val,(*key)->value.str.val,(*key)->value.str.len,&outval,&outvallen)) { RETURN_FALSE; } -- 2.40.0