summaryrefslogtreecommitdiff
path: root/source3/rpc_server/epmd.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2011-08-10 23:28:09 -0400
committerAndreas Schneider <asn@cryptomilk.org>2011-08-11 17:09:30 +0200
commitd52343a9673a55e0e11d35f904808c0007405fa4 (patch)
tree45ab084ecc9563a9c876b4c8afe4bfd1e58048e1 /source3/rpc_server/epmd.c
parent9f12575712fc2d5fb44558562f482cd8459140e8 (diff)
downloadsamba-d52343a9673a55e0e11d35f904808c0007405fa4.tar.gz
samba-d52343a9673a55e0e11d35f904808c0007405fa4.tar.bz2
samba-d52343a9673a55e0e11d35f904808c0007405fa4.zip
s3-messaging: Do not register to classes we are not going to use.
Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Aug 11 17:09:30 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/rpc_server/epmd.c')
-rw-r--r--source3/rpc_server/epmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_server/epmd.c b/source3/rpc_server/epmd.c
index d036b25bf7..8c7efb4747 100644
--- a/source3/rpc_server/epmd.c
+++ b/source3/rpc_server/epmd.c
@@ -177,8 +177,8 @@ void start_epmd(struct tevent_context *ev_ctx,
epmd_setup_sig_hup_handler(ev_ctx, msg_ctx);
ok = serverid_register(procid_self(),
- FLAG_MSG_GENERAL|FLAG_MSG_SMBD
- |FLAG_MSG_PRINT_GENERAL);
+ FLAG_MSG_GENERAL |
+ FLAG_MSG_PRINT_GENERAL);
if (!ok) {
DEBUG(0, ("Failed to register serverid in epmd!\n"));
exit(1);