]> git.saurik.com Git - apple/network_cmds.git/blobdiff - ecnprobe/support.c
network_cmds-511.50.3.tar.gz
[apple/network_cmds.git] / ecnprobe / support.c
index 2ba19e5b7d2aa3b7ebcceb77b6f446e55b8d2e81..2cdb4057c623387304a212295b4d69ec7ca8d33f 100644 (file)
@@ -59,6 +59,9 @@ void SendReset()
   struct IPPacket *p;
   int i;
 
+  if (session.dont_send_reset)
+         return;
+
   if ((p = (struct IPPacket *)calloc(1, sizeof(struct IPPacket))) == NULL) {
     perror("ERROR: Could not allocate RST packet:") ;
     Quit(ERR_MEM_ALLOC) ;