]> granicus.if.org Git - pdns/commitdiff
I accidentally the tcp support in sdig!
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 28 Oct 2015 11:07:24 +0000 (12:07 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 28 Oct 2015 11:07:24 +0000 (12:07 +0100)
pdns/sdig.cc

index 330cf523f5cf1b044e16cec0d13a0f9bf31af2ef..c597385fb142701628a59cdbb818902e5b94f757 100644 (file)
@@ -38,6 +38,8 @@ try
         showflags=true;
       if (strcmp(argv[i], "hidesoadetails") == 0)
         hidesoadetails=true;
+      if (strcmp(argv[i], "tcp") == 0)
+        tcp=true;
       if (strcmp(argv[i], "ednssubnet") == 0) {
        ednsnm=Netmask(argv[++i]);
       }