smtp-layer: remove FIXME and del excessive newline

pull/1671/head
Eric Leblond 10 years ago
parent 6f04988ba1
commit 38750f1313

@ -985,7 +985,6 @@ static int SMTPParseCommandWithParam(SMTPState *state, uint8_t prefix_len, uint8
spc_i++; spc_i++;
} }
/* FIXME check arithmetic */
*target = SCMalloc(spc_i - i + 1); *target = SCMalloc(spc_i - i + 1);
if (*target == NULL) if (*target == NULL)
return -1; return -1;
@ -994,7 +993,6 @@ static int SMTPParseCommandWithParam(SMTPState *state, uint8_t prefix_len, uint8
*target_len = spc_i - i; *target_len = spc_i - i;
return 0; return 0;
} }
static int SMTPParseCommandHELO(SMTPState *state) static int SMTPParseCommandHELO(SMTPState *state)

Loading…
Cancel
Save