Temporarily disable an information message that was added in the last

commit..  This causes a link error in sbin/restore which also uses this
file.
This commit is contained in:
Peter Wemm 1996-11-01 13:02:20 +00:00
parent 4579c4e0d4
commit c737f472e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19315

View File

@ -174,7 +174,6 @@ rmtgetconn()
msg("login to %s as %s failed.\n", rmtpeer, tuser);
return;
}
msgtail("Connection to %s established.\n", rmtpeer);
size = ntrec * TP_BSIZE;
if (size > 60 * 1024) /* XXX */
size = 60 * 1024;