* create function to parse the output of goto into our folder structure
[citadel.git] / webcit / cookie_conversion.c
index 25f85c73d19ce93d8b90f9c7bcec4068b3d2af55..ff9460b52a142bef234569b715d21604d500926f 100644 (file)
@@ -33,7 +33,7 @@ void stuff_to_cookie(int unset_cookies)
                StrBufHexescAppend(WCC->HBuf, NULL, "|");
                StrBufHexescAppend(WCC->HBuf, WCC->wc_password, NULL);
                StrBufHexescAppend(WCC->HBuf, NULL, "|");
-               StrBufHexescAppend(WCC->HBuf, WCC->wc_roomname, NULL);
+               StrBufHexescAppend(WCC->HBuf, WCC->CurRoom.name, NULL);
                StrBufHexescAppend(WCC->HBuf, NULL, "|");
                StrBufHexescAppend(WCC->HBuf, NULL, get_selected_language());
                StrBufHexescAppend(WCC->HBuf, NULL, "|");