sending annoying warning for a minor issue.
* amd/nfs_subr.c: check for NULL pointer before dereferencing it.
+2005-05-17 Erez Zadok <ezk@cs.sunysb.edu>
+
+ * amd/info_ldap.c (amu_ldap_init): change plog to dlog, to avoid
+ sending annoying warning for a minor issue.
+
2005-05-17 Ion Badulescu <ionut@moisil.badula.org>
- * amd/nfs_subr.c: check for NULL pointer before dereferencing it
+ * amd/nfs_subr.c: check for NULL pointer before dereferencing it.
2005-05-16 Erez Zadok <ezk@cs.sunysb.edu>
powerpc-apple-darwin7.9.0
- bugs fixed:
- * silly (and nasty) null pointer dereferencing
+ * silly (but nasty) null pointer dereferencing
*** Notes specific to am-utils version 6.1-rc4
* SUCH DAMAGE.
*
*
- * $Id: info_ldap.c,v 1.25 2005/05/12 23:01:25 ottavio Exp $
+ * $Id: info_ldap.c,v 1.26 2005/05/17 16:48:55 ezk Exp $
*
*/
* map types?
*/
if (!gopt.map_type || !STREQ(gopt.map_type, AMD_LDAP_TYPE)) {
- plog(XLOG_WARNING, "amu_ldap_init called with map_type <%s>\n",
+ dlog("amu_ldap_init called with map_type <%s>\n",
(gopt.map_type ? gopt.map_type : "null"));
} else {
dlog("Map %s is ldap\n", map);