Updated NEWS & tweaked a comment.

This commit is contained in:
Wayne Davison
2014-06-14 09:55:37 -07:00
parent 6ffd8f2169
commit edb0d9c792
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@@ -107,3 +107,6 @@ Changes since 3.1.0:
DEVELOPER RELATED:
- We now include an example systemd file (in packaging/systemd).
- Tweaked configure to make sure that any intended use of the included popt
and/or zlib code is put early in the CFLAGS.

View File

@@ -2500,7 +2500,7 @@ void server_options(char **args, int *argc_p)
argstr[x++] = 's'; /* symlink iconv translation support */
#endif
argstr[x++] = 'f'; /* flist I/O-error safety support */
argstr[x++] = 'x'; /* xattr hardlink optimization not supported */
argstr[x++] = 'x'; /* xattr hardlink optimization not desired */
}
if (x >= (int)sizeof argstr) { /* Not possible... */