X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Fcitadel_ipc.c;h=dc8976444a71ff5f27b3ac62081aafac94cbb5a8;hb=defbf0ec0505989b8e6b714ffd8de9792b465398;hp=f9ebf8a8ff3c8721723e3fc5d13e43746bbc86b1;hpb=8933df1f26595cfa3d9bb77f9b5a18d6b806d159;p=citadel.git diff --git a/textclient/citadel_ipc.c b/textclient/citadel_ipc.c index f9ebf8a8f..dc8976444 100644 --- a/textclient/citadel_ipc.c +++ b/textclient/citadel_ipc.c @@ -1,14 +1,12 @@ -/* - * Copyright (c) 1987-2020 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ +// Copyright (c) 1987-2020 by the citadel.org team +// +// This program is open source software. Use, duplication, and/or +// disclosure are subject to the GNU General Purpose License version 3. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. #include "textclient.h" @@ -836,12 +834,6 @@ int CtdlIPCServerInfo(CtdlIPC * ipc, char *cret) case 10: ipc->ServInfo.ok_floors = atoi(buf); break; - case 11: - ipc->ServInfo.paging_level = atoi(buf); - break; - case 13: - ipc->ServInfo.supports_qnop = atoi(buf); - break; case 14: ipc->ServInfo.supports_ldap = atoi(buf); break;