dlsym() can return NULL validly, so we can't use that as the error test.
commit1793c8f1432d152848adce7a0b255b6f431bbc31
authorJim McDonough <jmcd@samba.org>
Fri, 17 Jan 2003 21:23:14 +0000 (17 21:23 +0000)
committerJim McDonough <jmcd@samba.org>
Fri, 17 Jan 2003 21:23:14 +0000 (17 21:23 +0000)
treee9f6494d6559783f24be32dc9599a7ec99647c49
parent9eb368e068076f65083916573cf832988e216b59
dlsym() can return NULL validly, so we can't use that as the error test.
dlerror() is the correct way to test.
(This used to be commit 41b1be15bac271116a7096e511cc029685013e1f)
source3/lib/module.c