Revert "* src/init.c (defaults): Set compression_none as the default compression"

This reverts commit 8283ac0846.
This commit is contained in:
Darshit Shah 2018-01-21 10:50:44 +01:00
parent 8283ac0846
commit 0d0a95a01b
2 changed files with 2 additions and 2 deletions

2
gnulib

@ -1 +1 @@
Subproject commit 73b4150cce3060d6100f50c949bb0b2980e71821
Subproject commit c43dfcc0e838cc968dbc93036bcd603bb63eede5

View File

@ -451,7 +451,7 @@ defaults (void)
#endif
#ifdef HAVE_LIBZ
opt.compression = compression_none;
opt.compression = compression_auto;
#endif
/* The default for file name restriction defaults to the OS type. */