summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Klinger <evan@php.net>1999-12-15 03:51:25 +0000
committerEvan Klinger <evan@php.net>1999-12-15 03:51:25 +0000
commit5ca6da5ae88d9e1938d4ca65b993eea64bc9a4a2 (patch)
tree91964f6d0d139b425592b01c7a6de60c41f65dec
parentbc7b3fc745059c21f0e4f57e89d190c0ce7a064a (diff)
downloadphp-git-5ca6da5ae88d9e1938d4ca65b993eea64bc9a4a2.tar.gz
I would've compiled first, I swear...
-rw-r--r--ext/yp/yp.c2
1 files changed, 1 insertions, 1 deletions
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;
}