From: Evan Klinger Date: Wed, 15 Dec 1999 03:51:25 +0000 (+0000) Subject: I would've compiled first, I swear... X-Git-Tag: PRE_RETURN_REF_MERGE~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ca6da5ae88d9e1938d4ca65b993eea64bc9a4a2;p=php I would've compiled first, I swear... --- 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; }