Otherwise it's completely unclear where the messages come from
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
if ((entry->account_name == NULL) || (entry->fullname == NULL)
|| (entry->description == NULL)) {
- DEBUG(0, ("talloc_strdup failed\n"));
+ DBG_ERR("talloc_strdup failed\n");
return false;
}
if ((entry.account_name == NULL) || (entry.fullname == NULL)
|| (entry.description == NULL)) {
- DEBUG(0, ("talloc_strdup failed\n"));
+ DBG_ERR("talloc_strdup failed\n");
break;
}
if ((entry->account_name == NULL) || (entry->fullname == NULL)
|| (entry->description == NULL)) {
- DEBUG(0, ("talloc_strdup failed\n"));
+ DBG_ERR("talloc_strdup failed\n");
return false;
}