Fixup rebase typo.

remotes/origin/master-1.0.x
Victor Julien 16 years ago
parent 9b67ae45c1
commit 6e9b582be6

@ -166,7 +166,7 @@ static int SMBGetByteCount(void *smb_state, AppLayerParserState *pstate,
SCLogDebug("Bytecount %u", sstate->bytecount.bytecount); SCLogDebug("Bytecount %u", sstate->bytecount.bytecount);
--input_len; --input_len;
} }
SCReturInt(p - input); SCReturnInt(p - input);
} }
static int SMBParseWordCount(void *smb_state, AppLayerParserState *pstate, static int SMBParseWordCount(void *smb_state, AppLayerParserState *pstate,

Loading…
Cancel
Save