diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-28 22:41:34 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:40 +0100 |
commit | f023784d066f25135c2e54e91475418e80070873 (patch) | |
tree | 4b27669e721ff1efaf1b3dac059cbef1d47e1be8 /source4/lib/talloc | |
parent | 16325f13395a48daa9c0a8cb58b354e552776fce (diff) | |
download | samba-f023784d066f25135c2e54e91475418e80070873.tar.gz samba-f023784d066f25135c2e54e91475418e80070873.tar.bz2 samba-f023784d066f25135c2e54e91475418e80070873.zip |
r26187: Fix module name, indentation.
(This used to be commit ef790ebf3a712dbbb85d6af65c804199c2c084fc)
Diffstat (limited to 'source4/lib/talloc')
-rw-r--r-- | source4/lib/talloc/talloc.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/talloc/talloc.i b/source4/lib/talloc/talloc.i index c35d5d2411..593c20465e 100644 --- a/source4/lib/talloc/talloc.i +++ b/source4/lib/talloc/talloc.i @@ -19,6 +19,8 @@ /* Don't expose talloc contexts in Python code. Python does reference counting for us, so just create a new top-level talloc context. */ +%module talloc; + %typemap(in, numinputs=0) TALLOC_CTX * { $1 = NULL; } |