Bugfix: User class was using temporary scfg pointer which would be overwritten
by subsequent logins on other nodes. When the other nodes logged off, the pointer was bad so a call to the User constructor would cause a segfault.
Please register or sign in to comment