https://bugzilla.novell.com/show_bug.cgi?id=651374 https://bugzilla.novell.com/show_bug.cgi?id=651374#c14 --- Comment #14 from Martin Vidner <mvidner@novell.com> 2010-11-26 10:48:56 CET --- The "uninitialized return value" in comment 11 is a consequence of "Unhandled conversion to <unspec> ... when passing parameter #0 to Ldap::LDAPInit" in comment 10. The function did not get called and the caller got undef/nil. It turns out that DnsServer.pm is calling LDAPInit with 2 integer arguments but the actual function expects no arguments. I think that the perl bindings behavior is reasonable here: a worse alternative would be to discard the excess arguments and proceed with the call. IMHO it is not worth to improve the error message. Over to DNS and LDAP to fix the mismatch. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.