Fix the Makefile.in to properly clean the user_modules tree.
[citadel.git] / citadel / modules / openid / serv_openid_rp.c
index 2e65c1acc2bdb76136603fe1cfed967e24529c7b..a1996fb20b8926d359a3cb9bc6ca50770719846e 100644 (file)
@@ -129,7 +129,7 @@ int attach_openid(struct ctdluser *who, char *claimed_id)
 
        snprintf(buf, sizeof buf, "User <%s> (#%ld) has claimed the OpenID URL %s\n",
                who->fullname, who->usernum, claimed_id);
-       aide_message(buf, "OpenID claim");
+       CtdlAideMessage(buf, "OpenID claim");
        CtdlLogPrintf(CTDL_INFO, "%s", buf);
        return(0);
 }