]> granicus.if.org Git - php/commitdiff
I would've compiled first, I swear...
authorEvan Klinger <evan@php.net>
Wed, 15 Dec 1999 03:51:25 +0000 (03:51 +0000)
committerEvan Klinger <evan@php.net>
Wed, 15 Dec 1999 03:51:25 +0000 (03:51 +0000)
ext/yp/yp.c

index f2dd1bd25e1d5dc59589e040b1d98ec5a50d5472..64198f4f32d5e267616d9c9cc3dbf67162649314 100644 (file)
@@ -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;
        }