diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-08-07 17:08:56 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-08-07 17:08:56 +0200 |
commit | fdff105854c52c334af2845a55f0473dcad5c55f (patch) | |
tree | 4caa12f1bb550dc2d2f41fd8ef1db865ddbdbd1d /source4/libnet/py_net.c | |
parent | a6be0820d09b3f3eabfbb5f4356add303aa8a494 (diff) | |
download | samba-fdff105854c52c334af2845a55f0473dcad5c55f.tar.gz |
pyldb: Consistently use pyldb_ prefix.
Diffstat (limited to 'source4/libnet/py_net.c')
-rw-r--r-- | source4/libnet/py_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/py_net.c b/source4/libnet/py_net.c index 90fa1d56d66..895d2772b38 100644 --- a/source4/libnet/py_net.c +++ b/source4/libnet/py_net.c @@ -417,7 +417,7 @@ static PyObject *py_net_replicate_init(py_net_Object *self, PyObject *args, PyOb return NULL; } - samdb = PyLdb_AsLdbContext(py_ldb); + samdb = pyldb_Ldb_AsLdbContext(py_ldb); if (samdb == NULL) { PyErr_SetString(PyExc_TypeError, "Expected ldb object"); talloc_free(s); |