Commit b46e1a5e authored by jan.koester's avatar jan.koester
Browse files

test

parent 812721e3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1824,7 +1824,7 @@ namespace authdb {
                    libhttppp::HttpCookie cookie;
                    uuid::uuid sid;
                    std::cerr << "[LOGIN] credentials OK, calling addSession did='" << did.c_str()
                              << "' uid='" << udat.Data.ruid.c_str() << "'" << std::endl;
                              << "' uid='" << uid.c_str() << "'" << std::endl;
                    const SessionData *cses = AuthSession->addSession(*backend, did, udat.Data.ruid);
                    cses->getSid(sid);
                    std::cerr << "[LOGIN] addSession returned sid='" << sid.c_str() << "'" << std::endl;