mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
Back out previous change.
This commit is contained in:
parent
d230622648
commit
83c4d4f67a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1322
@ -26,7 +26,7 @@
|
||||
#include "uucp.h"
|
||||
|
||||
#if USE_RCS_ID
|
||||
const char uux_rcsid[] = "$Id: uux.c,v 1.1 1993/08/05 18:28:19 conklin Exp $";
|
||||
const char uux_rcsid[] = "$Id: uux.c,v 1.2 1994/04/01 13:11:01 jkh Exp $";
|
||||
#endif
|
||||
|
||||
#include "uudefs.h"
|
||||
@ -506,11 +506,10 @@ main (argc, argv)
|
||||
{
|
||||
if (iuuconf != UUCONF_NOT_FOUND)
|
||||
ulog_uuconf (LOG_FATAL, puuconf, iuuconf);
|
||||
if (funknown_system (puuconf, zsys, &sxqtsys)) {
|
||||
if (! funknown_system (puuconf, zsys, &sxqtsys))
|
||||
ulog (LOG_FATAL, "%s: System not found", zsys);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Get the local name the remote system know us as. */
|
||||
zxqtloc = sxqtsys.uuconf_zlocalname;
|
||||
@ -867,7 +866,7 @@ main (argc, argv)
|
||||
{
|
||||
if (iuuconf != UUCONF_NOT_FOUND)
|
||||
ulog_uuconf (LOG_FATAL, puuconf, iuuconf);
|
||||
if (funknown_system (puuconf, zsystem, &sfromsys))
|
||||
if (! funknown_system (puuconf, zsystem, &sfromsys))
|
||||
ulog (LOG_FATAL, "%s: System not found", zsystem);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user