X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel_ipc.c;h=9ef8c5174e162296717d3479653bda99a6b0f583;hb=3a19cd6cdf382ccb6c693401ea41a03232165ca8;hp=7f26170b9f9577365e17c023c988ba8384e81907;hpb=c536ca84475abb6b7aa395e26cfd073de99f2729;p=citadel.git diff --git a/citadel/citadel_ipc.c b/citadel/citadel_ipc.c index 7f26170b9..9ef8c5174 100644 --- a/citadel/citadel_ipc.c +++ b/citadel/citadel_ipc.c @@ -645,6 +645,7 @@ int CtdlIPCServerInfo(CtdlIPC *ipc, struct CtdlServInfo *ServInfo, char *cret) case 11: ServInfo->serv_paging_level = atoi(buf); break; case 13: ServInfo->serv_supports_qnop = atoi(buf); + case 14: ServInfo->serv_supports_ldap = atoi(buf); break; } }