Skip to content

Commit 52e1766

Browse files
committed
add missing Cookie-Load-Fail
1 parent 672a090 commit 52e1766

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/process/ldap_sync/base.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ fr_dict_attr_autoload_t process_ldap_sync_dict_attr[] = {
4646
};
4747

4848
static char const *ldap_sync_message_types[FR_LDAP_SYNC_CODE_MAX] = {
49-
"", //!< 0
49+
"<INVALID>", //!< 0
5050
"Present",
5151
"Add",
5252
"Modify",
5353
"Delete",
5454
"Entry-Response",
5555
"Cookie-Load",
5656
"Cookie-Load-Response",
57+
"Cookie-Load-Fail",
5758
"Cookie-Store",
5859
"Cookie-Store-Response",
5960
};

0 commit comments

Comments
 (0)