X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fopenid%2Fserv_openid_rp.c;h=c8824ccf682b313e2f17ca9ace38c04fb892665d;hb=a5bf72a2a8cfcaf5e76cb712b73f2c2b7d547954;hp=b3a7508518e3f3ce73882d2cd252bbdcc58054b7;hpb=a936f3a52077fcfa00d7534dbda3f5d153c7bce9;p=citadel.git diff --git a/citadel/modules/openid/serv_openid_rp.c b/citadel/modules/openid/serv_openid_rp.c index b3a750851..c8824ccf6 100644 --- a/citadel/modules/openid/serv_openid_rp.c +++ b/citadel/modules/openid/serv_openid_rp.c @@ -816,7 +816,6 @@ void cmd_oids(char *argbuf) { return; } memset(oiddata, 0, sizeof(ctdl_openid)); - CCC->openid_data = (void *) oiddata; ArgBuf = NewStrBufPlain(argbuf, -1);