]> code.citadel.org Git - citadel.git/commitdiff
*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Thu, 6 Oct 2005 19:34:28 +0000 (19:34 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 6 Oct 2005 19:34:28 +0000 (19:34 +0000)
webcit/groupdav_propfind.c

index be3eaeb7c33540e8f0bb37b5e7305d6b846b9cef..685ba410e8c5cf68b07ab793b1cb22a5130c125d 100644 (file)
@@ -36,7 +36,7 @@ long locate_message_by_uid(char *uid) {
        /* Decode the uid */
        euid_unescapize(decoded_uid, uid);
 
-       serv_puts("EUID %s", decoded_uid);
+       serv_printf("EUID %s", decoded_uid);
        serv_getln(buf, sizeof buf);
        if (buf[0] == '2') {
                retval = extract_long(&buf[4], 0);