diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-01-23 15:09:55 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-01-23 15:09:55 +1100 |
commit | 56a611b12618ef0224a7a8a12883e0ab8340962d (patch) | |
tree | d7bdef53981d1131bee032bfd7b1d68b597c6fe2 /source4/libnet | |
parent | 2eab4abf25453a1849adb28d65869c16b2479f57 (diff) | |
parent | 37325c4c1324d6b768bc8f4449a954550333e34d (diff) | |
download | samba-56a611b12618ef0224a7a8a12883e0ab8340962d.tar.gz samba-56a611b12618ef0224a7a8a12883e0ab8340962d.tar.bz2 samba-56a611b12618ef0224a7a8a12883e0ab8340962d.zip |
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
(This used to be commit f82eec69f1846aa46e4afe595d956cfd2256c335)
Diffstat (limited to 'source4/libnet')
-rw-r--r-- | source4/libnet/net_wrap.c | 2 |
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}; |