And a few more things comply with the coding style.
[citadel.git] / citadel / modules / migrate / serv_migrate.c
index 7f855c5db7150ed1ae71622aeb958fc22b62fbd0..cf3395d509e7331bd5347fe722ae2b8bb00e73bb 100644 (file)
@@ -719,7 +719,7 @@ void migr_xml_end(void *data, const char *el, const char **attr) {
        else if (!strcasecmp(el, "u_fullname"))                 safestrncpy(usbuf.fullname, migr_chardata, sizeof usbuf.fullname);
 
        else if (!strcasecmp(el, "user")) {
-               putuser(&usbuf);
+               CtdlPutUser(&usbuf);
                CtdlLogPrintf(CTDL_INFO, "Imported user: %s\n", usbuf.fullname);
        }