diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-02-24 12:09:11 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-02-24 17:55:38 +0100 |
commit | 1ab9c1a40290fbecf8b7090492363eab0443c7c6 (patch) | |
tree | 1fffbea3a1fdb011dc1ed24e33a1514250af5fbe /source4/libcli/ldap | |
parent | 12184d413205d2ad7cbb9e1aaf2db97c7bcb4fc2 (diff) | |
download | samba-1ab9c1a40290fbecf8b7090492363eab0443c7c6.tar.gz samba-1ab9c1a40290fbecf8b7090492363eab0443c7c6.tar.bz2 samba-1ab9c1a40290fbecf8b7090492363eab0443c7c6.zip |
s4:libcli/ldap: remove reference to DEBUG()
This prepares using ldap_message.c in source3/ later
metze
Diffstat (limited to 'source4/libcli/ldap')
-rw-r--r-- | source4/libcli/ldap/ldap_message.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libcli/ldap/ldap_message.c b/source4/libcli/ldap/ldap_message.c index 07362fa685..d8bbf42634 100644 --- a/source4/libcli/ldap/ldap_message.c +++ b/source4/libcli/ldap/ldap_message.c @@ -940,7 +940,6 @@ static struct ldb_parse_tree *ldap_decode_filter_tree(TALLOC_CTX *mem_ctx, } default: - DEBUG(0,("Unsupported LDAP filter operation 0x%x\n", filter_tag)); goto failed; } |