A good word.

This commit is contained in:
Klaas Freitag 2013-04-09 14:41:36 +02:00
parent 90c4f52b34
commit c38514934c

View file

@ -149,7 +149,8 @@ static int _csync_detect_update(CSYNC *ctx, const char *file,
CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "file: %s - tmp non zero, mtime %llu", path, st->modtime );
tmp = NULL;
}
goto fastout;
goto fastout; /* Skip copying of the etag. That's an important difference to upstream
* without etags. */
}
}