1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

messaging3: Remove a pointless return;

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>

Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Tue May 27 04:41:43 CEST 2014 on sn-devel-104
This commit is contained in:
Volker Lendecke
2014-05-13 15:02:57 +02:00
committed by Martin Schwenke
parent 7c43a4163a
commit b22b35e8c6

View File

@ -803,7 +803,6 @@ void messaging_dispatch_rec(struct messaging_context *msg_ctx,
i += 1;
}
return;
}
static int mess_parent_dgm_cleanup(void *private_data);