summaryrefslogtreecommitdiff
path: root/token.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-07-03 05:28:55 +0000
committerPaul Mackerras <paulus@samba.org>1996-07-03 05:28:55 +0000
commit5be59dc5b269a84ea529b7f97652e48077286696 (patch)
tree7c29e82c12457896e03b5f20bc4a95bfdce93e4a /token.c
parentef21f8dbffe6bad5c72add02f291a6e81b63ae60 (diff)
downloadrsync-5be59dc5b269a84ea529b7f97652e48077286696.tar.gz
fix buglet in handling multiple files
Diffstat (limited to 'token.c')
-rw-r--r--token.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/token.c b/token.c
index 35b980b8..87bba582 100644
--- a/token.c
+++ b/token.c
@@ -241,6 +241,7 @@ recv_deflated_token(int f, char **data)
inflateReset(&rx_strm);
}
recv_state = r_idle;
+ rx_token = 0;
break;
case r_idle: