Sorry, there is a semantic error in the patch I just sent.  The
corrected patch is attached.

-- 
Robert Edmonds
[EMAIL PROTECTED]
--- perdition-1.17.orig/perdition/db/nis/perditiondb_nis.c
+++ perdition-1.17/perdition/db/nis/perditiondb_nis.c
@@ -88,7 +88,7 @@
   res = yp_match(domain, 
        map,
        key_str,
-       strlen(key_str),
+       strlen(key_str) + 1,
        str_return,
        len_return);

Attachment: signature.asc
Description: Digital signature

Reply via email to