[Dovecot] patch for test31 compile problem

Cor Bosman cor at xs4all.nl
Fri Jul 30 10:28:46 EEST 2004


If you grab test31 you might want to apply this small patch.

*** dovecot-1.0-test31/src/lib-ntlm/ntlm-message.c      Fri Jul 30 05:00:19 2004
--- ../dovecot-1.0-test31/src/lib-ntlm/ntlm-message.c   Fri Jul 30 09:23:42 2004
***************
*** 76,83 ****
        va_start(args, buffer_offset);
  
        do {
-               type = va_arg(args, int);
                const char *data;
  
                memset(&info, 0, sizeof(info));
                write_le16(&info.type, type);
--- 76,83 ----
        va_start(args, buffer_offset);
  
        do {
                const char *data;
+               type = va_arg(args, int);
  
                memset(&info, 0, sizeof(info));
                write_le16(&in



More information about the dovecot mailing list