From cb450e3da60031952bd8839986d1d89f4cd9094b Mon Sep 17 00:00:00 2001 From: Jim Bloom Date: Thu, 6 Feb 1986 02:30:22 -0800 Subject: [PATCH] fix typo SCCS-vsn: usr.sbin/timed/timed/timed.c 2.2 --- usr/src/usr.sbin/timed/timed/timed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.sbin/timed/timed/timed.c b/usr/src/usr.sbin/timed/timed/timed.c index 5507fbc39c..11dc96c9a7 100644 --- a/usr/src/usr.sbin/timed/timed/timed.c +++ b/usr/src/usr.sbin/timed/timed/timed.c @@ -11,7 +11,7 @@ char copyright[] = #endif not lint #ifndef lint -static char sccsid[] = "@(#)timed.c 2.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)timed.c 2.2 (Berkeley) %G%"; #endif not lint #include "globals.h" @@ -405,7 +405,7 @@ char **argv; case 1: /* from slave */ for (ntp = nettab; ntp != NULL; ntp = ntp->next) { - if (ntp->status = SLAVE) + if (ntp->status == SLAVE) break; } ntp->status = election(ntp); -- 2.20.1