default to udp if no flags specified...closes PR#bin/759

- should this be documented in the man page?
This commit is contained in:
Marc G. Fournier 1996-04-13 06:08:24 +00:00
parent 879fbaede8
commit 1e3a3c5e71
2 changed files with 2 additions and 0 deletions

View file

@ -229,6 +229,7 @@ main(argc, argv, envp)
case '?':
usage();
};
if(argc) udpflag = 1;
argv += optind;
argc -= optind;

View file

@ -229,6 +229,7 @@ main(argc, argv, envp)
case '?':
usage();
};
if(argc) udpflag = 1;
argv += optind;
argc -= optind;