Browse Source

I would've compiled first, I swear...

PHP-4.0.5
Evan Klinger 26 years ago
parent
commit
5ca6da5ae8
  1. 2
      ext/yp/yp.c

2
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;
}

Loading…
Cancel
Save