]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1490 in SNORT/snort3 from ~NIHDESAI/snort3:ips_react to master
authorTom Peters (thopeter) <thopeter@cisco.com>
Tue, 22 Jan 2019 21:09:56 +0000 (16:09 -0500)
committerTom Peters (thopeter) <thopeter@cisco.com>
Tue, 22 Jan 2019 21:09:56 +0000 (16:09 -0500)
Squashed commit of the following:

commit c546889b75822e38c68016f430fd66e4bdb92356
Author: Nihal Desai <nihdesai@cisco.com>
Date:   Wed Jan 16 12:27:18 2019 -0500

    react: sending reset to server only

src/actions/act_react.cc

index 679551858637be039739a22101a8ed675102be9b..6cd0277dd74301d0cf8d4ae1bf7029f1998e4ef9 100644 (file)
@@ -153,7 +153,6 @@ void ReactAction::send(Packet* p)
 
     EncodeFlags rf = ENC_FLAG_SEQ | (ENC_FLAG_VAL & sent);
     act->send_reset(p, rf);
-    act->send_reset(p, ENC_FLAG_FWD);
 }
 
 //-------------------------------------------------------------------------