]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
reject: fix typo
authorEric Leblond <eric@regit.org>
Thu, 12 Sep 2013 13:17:38 +0000 (15:17 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 3 Oct 2013 05:02:04 +0000 (07:02 +0200)
src/respond-reject-libnet11.c

index e0ff22d49d62d8264e808f3327f4248709c33d55..a5993d4f4fc3943db22baed2fc028b7fc68ed1f8 100644 (file)
@@ -92,7 +92,7 @@ int RejectSendLibnet11L3IPv4TCP(ThreadVars *tv, Packet *p, void *data, int dir)
         SCLogDebug("Will emit reject packet on dev %s", devname);
     }
     if ((c = libnet_init(LIBNET_RAW4, devname, ebuf)) == NULL) {
-        SCLogError(SC_ERR_LIBNET_INIT,"libnet_inint failed: %s", ebuf);
+        SCLogError(SC_ERR_LIBNET_INIT,"libnet_init failed: %s", ebuf);
         return 1;
     }