mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
default to udp if no flags specified...closes PR#bin/759
- should this be documented in the man page?
This commit is contained in:
parent
879fbaede8
commit
1e3a3c5e71
2 changed files with 2 additions and 0 deletions
|
|
@ -229,6 +229,7 @@ main(argc, argv, envp)
|
|||
case '?':
|
||||
usage();
|
||||
};
|
||||
if(argc) udpflag = 1;
|
||||
argv += optind;
|
||||
argc -= optind;
|
||||
|
||||
|
|
|
|||
|
|
@ -229,6 +229,7 @@ main(argc, argv, envp)
|
|||
case '?':
|
||||
usage();
|
||||
};
|
||||
if(argc) udpflag = 1;
|
||||
argv += optind;
|
||||
argc -= optind;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue