]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_info.c
* Fixed the "idle timeout during paginator prompt" bug by reintroducting the
[citadel.git] / citadel / serv_info.c
index 02915751c9e2251d998c8574b04399f0872516e7..675a69b814025512f5762ce096e19517e3fcd412 100644 (file)
@@ -61,6 +61,9 @@ void CtdlInternalGetServInfo(struct CtdlServInfo *infobuf) {
                case 10:        infobuf->serv_ok_floors = atoi(buf);
                                break;
                case 11:        infobuf->serv_paging_level = atoi(buf);
+                               break;
+               case 13:        infobuf->serv_supports_qnop = atoi(buf);
+                               break;
                }
            ++a;
            }