summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_printers.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/python/py_spoolss_printers.c')
-rw-r--r--source3/python/py_spoolss_printers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/python/py_spoolss_printers.c b/source3/python/py_spoolss_printers.c
index 0b022a0a69..b0033405ad 100644
--- a/source3/python/py_spoolss_printers.c
+++ b/source3/python/py_spoolss_printers.c
@@ -168,7 +168,6 @@ PyObject *spoolss_getprinter(PyObject *self, PyObject *args, PyObject *kw)
PyDict_SetItemString(result, "level", PyInt_FromLong(level));
- done:
Py_INCREF(result);
return result;
}