X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Finstmsg%2Fserv_instmsg.c;h=fad00f0ef6c28492d5156b962f20492518477c13;hp=dfa16cc689eb75ca34c3b51a2b2815b9cc433b40;hb=1ab27069271df6ed100343866c93c0ef2eb2a888;hpb=93f719e3132da1eb448f7ca27c852fbe0953a63c diff --git a/citadel/modules/instmsg/serv_instmsg.c b/citadel/modules/instmsg/serv_instmsg.c index dfa16cc68..fad00f0ef 100644 --- a/citadel/modules/instmsg/serv_instmsg.c +++ b/citadel/modules/instmsg/serv_instmsg.c @@ -294,7 +294,7 @@ void cmd_sexp(char *argbuf) return; } - lem = CC->cs_inet_email; + lem = CC->cs_principal_id; extract_token(x_user, argbuf, 0, '|', sizeof x_user); extract_token(x_msg, argbuf, 1, '|', sizeof x_msg);