1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Initialize module.

(This used to be commit 3246258afb4f3b4a977a191f2f83c73e8ce9c65a)
This commit is contained in:
Jelmer Vernooij 2008-05-24 18:25:27 +02:00
parent 6f6234c79f
commit 1b5acdb93b

View File

@ -197,5 +197,6 @@ done:
static void initirpc(void)
{
PyObject *mod;
mod = Py_InitModule("irpc", irpc_methods);
}