mirror of
https://github.com/PDP-10/klh10.git
synced 2026-05-04 15:05:21 +00:00
Default ifmeth=pcap
If no chudp-specific parameters given, and no ifmeth given, default to pcap.
This commit is contained in:
@@ -452,8 +452,8 @@ ch11_conf(FILE *f, char *s, struct ch11 *ch)
|
|||||||
fprintf(f, "CH11 assuming \"chudp\" interface method\n");
|
fprintf(f, "CH11 assuming \"chudp\" interface method\n");
|
||||||
ch->ch_ifmeth = s_dup("chudp");
|
ch->ch_ifmeth = s_dup("chudp");
|
||||||
} else {
|
} else {
|
||||||
fprintf(f, "CH11 does not know which interface method to use, none specified?\n");
|
fprintf(f, "CH11 assuming \"pcap\" interface method since no chudp parameters given\n");
|
||||||
return FALSE;
|
ch->ch_ifmeth = s_dup("pcap");
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user