]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fix see_token zstd case.
authorWayne Davison <wayne@opencoder.net>
Fri, 10 Jul 2020 16:47:16 +0000 (09:47 -0700)
committerWayne Davison <wayne@opencoder.net>
Fri, 10 Jul 2020 16:47:16 +0000 (09:47 -0700)
token.c

diff --git a/token.c b/token.c
index cad6b641a22923b5a5387e07f858971fb54f962e..61be8dd950136a04988313e8b32ff765b75ac6b6 100644 (file)
--- a/token.c
+++ b/token.c
@@ -1093,13 +1093,13 @@ void see_token(char *data, int32 toklen)
                break;
        case CPRES_ZLIBX:
                break;
-#ifdef SUPPORT_LZ4
-       case CPRES_LZ4:
-               /*see_uncompressed_token(data, toklen);*/
+#ifdef SUPPORT_ZSTD
+       case CPRES_ZSTD:
                break;
 #endif
 #ifdef SUPPORT_LZ4
-       case CPRES_ZSTD:
+       case CPRES_LZ4:
+               /*see_uncompressed_token(data, toklen);*/
                break;
 #endif
        default: