* Implemented the deprecated "LAST" command in POP3. Some clients need it.
[citadel.git] / citadel / setup.c
index 1872eaeaf22082aefc1f573af101aa2acb5321bc..1dccd12f0cceedad621eeb3e4b60504f521fd941 100644 (file)
@@ -539,8 +539,10 @@ void set_str_val(int msgpos, char str[])
 {
        char buf[4096];
        char tempfile[64];
+       char setupmsg[256];
 
        sprintf(tempfile, tmpnam(NULL));
+       strcpy(setupmsg, "");
 
        switch (setup_type) {
        case UI_TEXT: