diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-28 22:41:34 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-13 01:40:11 +0100 |
commit | fbc295fb37c8787d01472d3cec63adb3efea5803 (patch) | |
tree | fbdda0265cc8ed7cd8bd0be7b6723e3371f7c568 /source3/lib/talloc | |
parent | 4e066d4f8308501647577e3db31726f67509178c (diff) | |
download | samba-fbc295fb37c8787d01472d3cec63adb3efea5803.tar.gz samba-fbc295fb37c8787d01472d3cec63adb3efea5803.tar.xz samba-fbc295fb37c8787d01472d3cec63adb3efea5803.zip |
r26187: Fix module name, indentation.
(cherry picked from parts of commit ef790ebf3a712dbbb85d6af65c804199c2c084fc)
Michael
(This used to be commit 8e35bbeac286c3b8d64d69ebe9bb4a8f5405a9c0)
Diffstat (limited to 'source3/lib/talloc')
-rw-r--r-- | source3/lib/talloc/talloc.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/talloc/talloc.i b/source3/lib/talloc/talloc.i index c35d5d24116..593c20465ee 100644 --- a/source3/lib/talloc/talloc.i +++ b/source3/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; } |