1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

r26187: Fix module name, indentation.

(cherry picked from parts of commit ef790ebf3a)

Michael
(This used to be commit 8e35bbeac2)
This commit is contained in:
Jelmer Vernooij 2007-11-28 22:41:34 +01:00 committed by Michael Adam
parent 4e066d4f83
commit fbc295fb37

View File

@ -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;
}