From c9e11e99dfd413df2d335860bfb4178db5bd0956 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 17 May 2014 06:22:33 +0200 Subject: ignore Stop-header when adding interceptor because of ID assignment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-server/mds-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mds-server/mds-server.c b/src/mds-server/mds-server.c index 96bee5b..819c9c5 100644 --- a/src/mds-server/mds-server.c +++ b/src/mds-server/mds-server.c @@ -888,7 +888,7 @@ int message_received(client_t* client) snprintf(buf, size, "To: %" PRIu32 ":%" PRIu32, (uint32_t)(client->id >> 32), (uint32_t)(client->id >> 0)); - add_intercept_condition(client, buf, priority, modifying, stop); + add_intercept_condition(client, buf, priority, modifying, 0); } pthread_mutex_unlock(&(client->mutex)); -- cgit v1.2.3-70-g09d2