* correct all GetNextHashPos() calls to have const chars
[citadel.git] / webcit / who.c
index d37105c2b252c525a701980cd3d466952682e80e..00a06fdb0164581a0f71301b4ef6b2f3a737e1c5 100644 (file)
@@ -117,7 +117,7 @@ void who_inner_div(void) {
        struct wcsession *WCC = WC;     /* This is done to make it run faster; WC is a function */
        HashList *List;
        HashPos  *it;
-       char *UserName;
+       const char *UserName;
        long len;
        time_t now;
        int bg = 0;
@@ -394,7 +394,7 @@ void wholist_section(void) {
        void *VUser;
        HashList *List;
        HashPos  *it;
-       char *UserName;
+       const char *UserName;
        long len;
        char buf[SIZ];
         time_t now;