]> www.vanbest.org Git - sasc-ng.git/commitdiff
sasc: set NIT retry default to 0
authorleslie <unknown>
Sat, 13 Feb 2010 09:59:53 +0000 (10:59 +0100)
committerleslie <unknown>
Sat, 13 Feb 2010 09:59:53 +0000 (10:59 +0100)
contrib/sasc-ng/dvbloopback/src/plugin_getsid.c

index 823d71cca0a6e3daef7326be242c578cedb04c88..98a599dd1b89abd7776ab095c3d9262490a44ec6 100644 (file)
@@ -86,7 +86,7 @@ static int opt_resetpidmap = 0;
 static int opt_experimental = 0;
 static int opt_orbit = 0;
 static char *opt_ignore = 0;
-static int opt_maxrestart = 2;
+static int opt_maxrestart = 0;
 static struct option Sid_Opts[] = {
   {"sid-filt", 1, &sid_opt, 'f'},
   {"sid-allpid", 0, &sid_opt, 'p'},