Searched defs:targethost_repr (Results 1 - 1 of 1) sorted by relevance

/sssd/src/python/
H A Dpyhbac.c1665 PyObject *targethost_repr; local
1677 targethost_repr = HbacRequestElement_repr(self->targethost);
1680 targethost_repr == NULL || srchost_repr == NULL) {
1683 Py_XDECREF(targethost_repr);
1691 targethost_repr, srchost_repr);
1695 Py_DECREF(targethost_repr);
1704 Py_DECREF(targethost_repr);

Completed in 489 milliseconds