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 commitef790ebf3a
) Michael (This used to be commit8e35bbeac2
)
This commit is contained in:
parent
4e066d4f83
commit
fbc295fb37
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user