diff options
author | Tim Potter <tpot@samba.org> | 2002-04-05 05:49:33 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-04-05 05:49:33 +0000 |
commit | af96550f17b0272497cc146d698896f3b2468036 (patch) | |
tree | b8901c5df2824da6ad80fc05ea22f32d61d5b2b5 /source3/python | |
parent | f9b571811dbd0bfa779a15a9a42cd93d3331530b (diff) | |
download | samba-af96550f17b0272497cc146d698896f3b2468036.tar.gz samba-af96550f17b0272497cc146d698896f3b2468036.tar.bz2 samba-af96550f17b0272497cc146d698896f3b2468036.zip |
Removed unused label.
(This used to be commit e0a209bf291553ec85dbd56cffab2a97440cea28)
Diffstat (limited to 'source3/python')
-rw-r--r-- | source3/python/py_spoolss_printers.c | 1 |
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; } |