Skip to content

Commit 1593585

Browse files
committed
test for more information
1 parent 3f906d3 commit 1593585

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/listen/ldap_sync/proto_ldap_sync.c

+6
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ static int mod_decode(UNUSED void const *instance, request_t *request, uint8_t *
126126
ssize_t ret;
127127
fr_pair_t *vp = NULL;
128128

129+
if (request->dict != dict_ldap_sync) {
130+
ERROR("REQUEST DICT %p", request->dict);
131+
132+
ERROR("REQUEST DICT name %s", fr_dict_root(request->dict)->name);
133+
}
134+
129135
fr_assert(request->dict == dict_ldap_sync);
130136

131137
fr_dbuff_init(&dbuff, data, data_len);

0 commit comments

Comments
 (0)