Re: [PATCH v2 1/2] git-imap-send: Add CRAM-MD5 authenticate method support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



(2010年02月11日 23:55), Erik Faye-Lund wrote:
On Thu, Feb 11, 2010 at 3:38 PM, Hitoshi Mitake
<mitake@xxxxxxxxxxxxxxxxxxxxx>  wrote:
@@ -1101,6 +1190,7 @@ static struct store *imap_open_store(struct imap_server_conf *srvc)
                }
  #endif
                imap_info("Logging in...\n");
+
                if (!srvc->user) {
                        fprintf(stderr, "Skipping server %s, no user\n", srvc->host);
                        goto bail;
@@ -1258,6 +1375,7 @@ static int read_message(FILE *f, struct msg_data *msg)

        msg->len  = buf.len;
        msg->data = strbuf_detach(&buf, NULL);
+
        return msg->len;
  }

@@ -1307,21 +1425,10 @@ static int split_msg(struct msg_data *all_msgs, struct msg_data *msg, int *ofs)

        msg->data = xmemdupz(data, msg->len);
        *ofs += msg->len;
+
        return 1;
  }


There's not much point in having three hunks with a single added
newline in each...



grr.. sorry, it is completely my mistake.
I'll send v3 later.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]