* Yup, that's it ... the expression (long)*(cdboi->ptr) does NOT work reliably...
authorArt Cancro <ajc@citadel.org>
Sun, 11 Oct 2009 03:45:23 +0000 (03:45 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 11 Oct 2009 03:45:23 +0000 (03:45 +0000)
commitdb68c286df6637598a402cf82f2a84cb7023ad07
treee17cfe9a1d7af684bd05cfa4aad4e4610b68762f
parent42bbd7bbac12ceb76019f18b1c0c38b9f42c918e
* Yup, that's it ... the expression   (long)*(cdboi->ptr)   does NOT work reliably for copying the first (sizeof long) bytes in all cases.  This is what was causing lots of OpenID associations to get deleted, on Uncensored and possibly elsewhere.  Fixed in serv_expire.c ... must also begin looking elsewhere for this.
citadel/modules/expire/serv_expire.c