From 2e1a742adbce8fd7c7ed92ff9e22a8f8a2fe02d0 Mon Sep 17 00:00:00 2001 From: Karel Slany Date: Wed, 8 Jun 2016 11:45:59 +0200 Subject: [PATCH] Fixed a bug. User identification didn't work properly. --- src/isds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isds.c b/src/isds.c index 293c50f..3329a00 100644 --- a/src/isds.c +++ b/src/isds.c @@ -8649,7 +8649,7 @@ static isds_error insert_envelope_files(struct isds_ctx *context, /* ???: Should we require value for dbEffectiveOVM sender? * ISDS has default as true */ INSERT_BOOLEAN(envelope, "dmOVM", outgoing_message->envelope->dmOVM); - INSERT_BOOLEAN(envelope, "dmOVM", + INSERT_BOOLEAN(envelope, "dmPublishOwnID", outgoing_message->envelope->dmPublishOwnID); -- 2.11.4.GIT