summaryrefslogtreecommitdiff
path: root/source4/libnet/net_wrap.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-22 16:21:54 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-22 16:21:54 +0100
commit35c68316442808a135aafa864d19592108a4d879 (patch)
tree0bc1402e956e1bd4ffa7bdfe524aab0180beb1e9 /source4/libnet/net_wrap.c
parentadbbc8dcc65997d4c2a555f188a980e6622a309d (diff)
downloadsamba-35c68316442808a135aafa864d19592108a4d879.tar.gz
samba-35c68316442808a135aafa864d19592108a4d879.tar.bz2
samba-35c68316442808a135aafa864d19592108a4d879.zip
python: Avoid duplicate copies of some objects in different packages.
(This used to be commit bd293cde1b1deadcfb0f74c82aae6ba4de39925b)
Diffstat (limited to 'source4/libnet/net_wrap.c')
-rw-r--r--source4/libnet/net_wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/net_wrap.c b/source4/libnet/net_wrap.c
index b1d2a8f306..a4e27c151c 100644
--- a/source4/libnet/net_wrap.c
+++ b/source4/libnet/net_wrap.c
@@ -3996,7 +3996,7 @@ static PyMethodDef SwigMethods[] = {
static swig_type_info _swigt__p_TALLOC_CTX = {"_p_TALLOC_CTX", "TALLOC_CTX *", 0, 0, (void*)0, 0};
static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0};
static swig_type_info _swigt__p_cli_credentials = {"_p_cli_credentials", "struct cli_credentials *", 0, 0, (void*)0, 0};
-static swig_type_info _swigt__p_event_context = {"_p_event_context", "struct event_context *|event_context *", 0, 0, (void*)0, 0};
+static swig_type_info _swigt__p_event_context = {"_p_event_context", "struct event_context *|event *", 0, 0, (void*)0, 0};
static swig_type_info _swigt__p_int = {"_p_int", "intptr_t *|int *|int_least32_t *|int_fast32_t *|int32_t *|int_fast16_t *", 0, 0, (void*)0, 0};
static swig_type_info _swigt__p_ldb_context = {"_p_ldb_context", "struct ldb_context *", 0, 0, (void*)0, 0};
static swig_type_info _swigt__p_libnet_AddShare = {"_p_libnet_AddShare", "struct libnet_AddShare *", 0, 0, (void*)0, 0};