]> git.ipfire.org Git - thirdparty/suricata.git/commit
app-layer-dcerpc-udp: fix missleading indentation
authorJason Ish <ish@unx.ca>
Wed, 24 Aug 2016 16:06:26 +0000 (10:06 -0600)
committerVictor Julien <victor@inliniac.net>
Mon, 29 Aug 2016 09:39:48 +0000 (11:39 +0200)
commita975fdcfeb3816f5dccaea9a2cef212935cf6029
tree251c58aa47d960d9019c562356f51b4cb0f09f22
parent95015a3f6d0a4a21100e586a1fb19cb9f3206be7
app-layer-dcerpc-udp: fix missleading indentation

app-layer-dcerpc-udp.c: In function ‘DCERPCUDPParserTest01’:
app-layer-dcerpc-udp.c:1105:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
     if (alp_tctx != NULL)
     ^~
app-layer-dcerpc-udp.c:1107:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  StreamTcpFreeConfig(TRUE);
  ^~~~~~~~~~~~~~~~~~~
src/app-layer-dcerpc-udp.c