]> code.citadel.org Git - citadel.git/blobdiff - citadel/utillib/citadel_ipc.c
More removal of $Id$ tags
[citadel.git] / citadel / utillib / citadel_ipc.c
index 6ed0cf671565377ff41582860ea2d2f47d7b2f51..69a73116f376f683c1f0b787c3442a39c853a691 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id$ 
- *
+/*
  * Copyright (c) 1987-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -756,6 +755,8 @@ int CtdlIPCServerInfo(CtdlIPC *ipc, char *cret)
                                        break;
                        case 22:        strcpy(ipc->ServInfo.svn_revision, buf);
                                        break;
+                       case 24:        ipc->ServInfo.guest_logins = atoi(buf);
+                                       break;
                        }
                }