From: Aki Tuomi Date: Tue, 11 Nov 2025 07:44:14 +0000 (+0200) Subject: doveadm: dsync - Fix -e parameter when used with dsync-server X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d694e99e211a6fcae536ad211afc4925fe97dac7;p=thirdparty%2Fdovecot%2Fcore.git doveadm: dsync - Fix -e parameter when used with dsync-server It was set to sync_since_timestamp. Broken in ee8294dbc7bb549557f6ba1264d66b55fbef69b6 --- diff --git a/src/doveadm/dsync/dsync-ibc-stream.c b/src/doveadm/dsync/dsync-ibc-stream.c index 472d1fc517..e02d74a5b8 100644 --- a/src/doveadm/dsync/dsync-ibc-stream.c +++ b/src/doveadm/dsync/dsync-ibc-stream.c @@ -714,7 +714,7 @@ dsync_ibc_stream_send_handshake(struct dsync_ibc *_ibc, } if (set->sync_until_timestamp > 0) { dsync_serializer_encode_add(encoder, "sync_until_timestamp", - t_strdup_printf("%ld", (long)set->sync_since_timestamp)); + t_strdup_printf("%ld", (long)set->sync_until_timestamp)); } if (set->sync_max_size > 0) { dsync_serializer_encode_add(encoder, "sync_max_size",