Revert 1.15 - duplicate code (initialization).

Pointed-out-by:	bde
This commit is contained in:
Eivind Eklund 1997-12-15 20:34:52 +00:00
parent 430df5f4b7
commit 0c7d8ce5a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31743

View file

@ -101,11 +101,6 @@ main(argc, argv)
char *from_path, *from_sys, *from_user;
char *args[100], buf[2048], lbuf[2048];
#ifdef lint
fplen = fptlen = 0;
addrp = NULL;
#endif
debug = 0;
domain = "UUCP"; /* Default "domain". */
while ((ch = getopt(argc, argv, "D:T")) != -1)