Assume the server supports the QNOP command, do not test for it, this is another...
[citadel.git] / textclient / citadel_ipc.c
index bcabb468ebed9ef1bd857bc7b208b1f1e224cde9..dc8976444a71ff5f27b3ac62081aafac94cbb5a8 100644 (file)
@@ -834,9 +834,6 @@ int CtdlIPCServerInfo(CtdlIPC * ipc, char *cret)
                        case 10:
                                ipc->ServInfo.ok_floors = atoi(buf);
                                break;
-                       case 13:
-                               ipc->ServInfo.supports_qnop = atoi(buf);
-                               break;
                        case 14:
                                ipc->ServInfo.supports_ldap = atoi(buf);
                                break;