remove obsolete comment, flip polarity.

This commit is contained in:
christos 2016-12-19 04:54:49 +00:00
parent 834995ee17
commit 992b578414
1 changed files with 2 additions and 6 deletions

View File

@ -38,7 +38,7 @@
* as well.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: update.c,v 1.8 2016/12/19 04:44:35 christos Exp $");
__RCSID("$NetBSD: update.c,v 1.9 2016/12/19 04:54:49 christos Exp $");
#include "cvs.h"
#include <assert.h>
@ -1373,11 +1373,7 @@ VERS: ", 0);
/* set the time from the RCS file iff it was unknown before */
set_time =
(!noexec
/*
* always pass the time to the client, and let it decide
* if it is going to set the time
*/
&& (!preserve_timestamps_on_update ||
&& (preserve_timestamps_on_update ||
vers_ts->vn_user == NULL ||
strncmp (vers_ts->ts_rcs, "Initial", 7) == 0)
&& !file_is_dead);