summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libnet/libnet.c')
-rw-r--r--source4/libnet/libnet.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/libnet/libnet.c b/source4/libnet/libnet.c
index 2d55905b37..24e291b6f8 100644
--- a/source4/libnet/libnet.c
+++ b/source4/libnet/libnet.c
@@ -49,11 +49,5 @@ struct libnet_context *libnet_context_init(struct event_context *ev)
ZERO_STRUCT(ctx->samr);
ZERO_STRUCT(ctx->lsa);
- /* currently opened user */
- ZERO_STRUCT(ctx->user_handle);
-
- /* init pipe pointer */
- ctx->pipe = NULL;
-
return ctx;
}