summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-02-12 18:26:10 -0500
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-02-12 18:26:10 -0500
commit89302ff48be54a9ecf8931e87330f678c557a00d (patch)
tree38381182eac1f83fd6ba6b5fc2ebe055b7fbc6a6 /src
parentb314b3233a7ade5e3f5878051327e9d97b94be7d (diff)
- drop a debug message
- default to not using libtirpc
Diffstat (limited to 'src')
-rw-r--r--src/portmap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/portmap.c b/src/portmap.c
index 3213ac3..1b2fafa 100644
--- a/src/portmap.c
+++ b/src/portmap.c
@@ -169,11 +169,7 @@ portmap_register_work(const char *module, int client_sock,
/* Encode the message header and the call itself. */
xdr_callmsg(&portmap_xdrs, &msg);
- portmap_length = xdr_getpos(&portmap_xdrs);
(*args_xdr)(&portmap_xdrs, args);
- slapi_log_error(SLAPI_LOG_PLUGIN, log_id,
- "encoded %d bytes of args\n",
- xdr_getpos(&portmap_xdrs) - portmap_length);
portmap_length = xdr_getpos(&portmap_xdrs);
auth_destroy(auth);
xdr_destroy(&auth_xdrs);