summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet.c
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2005-11-20 22:00:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:32 -0500
commit1b415f7b8e8d02f6b7978de730a16e258ec5d07d (patch)
treed70cf005de28cb9e03c8a1667fd4f742f4b8ffcd /source4/libnet/libnet.c
parent9aef045b2719e85fa2ede826b0b4fa2e592eab02 (diff)
downloadsamba-1b415f7b8e8d02f6b7978de730a16e258ec5d07d.tar.gz
r11815: A bit more comments and spaces for better readability.
rafal (This used to be commit 1e831aead17b399289b8161e521e1afd5873c556)
Diffstat (limited to 'source4/libnet/libnet.c')
-rw-r--r--source4/libnet/libnet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libnet/libnet.c b/source4/libnet/libnet.c
index ba995854b23..4b2551b872e 100644
--- a/source4/libnet/libnet.c
+++ b/source4/libnet/libnet.c
@@ -45,6 +45,7 @@ struct libnet_context *libnet_context_init(struct event_context *ev)
}
ctx->event_ctx = ev;
+ /* name resolution methods */
ctx->name_res_methods = str_list_copy(ctx, nr_methods);
return ctx;