summaryrefslogtreecommitdiffstats
path: root/source/python
diff options
context:
space:
mode:
Diffstat (limited to 'source/python')
-rw-r--r--source/python/py_spoolss_printerdata.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/python/py_spoolss_printerdata.c b/source/python/py_spoolss_printerdata.c
index c22eaa22397..0252b0e3ab9 100644
--- a/source/python/py_spoolss_printerdata.c
+++ b/source/python/py_spoolss_printerdata.c
@@ -227,4 +227,8 @@ PyObject *spoolss_deleteprinterdata(PyObject *self, PyObject *args, PyObject *kw
PyObject *spoolss_deleteprinterdataex(PyObject *self, PyObject *args, PyObject *kw)
{
+ /* Not supported by Samba server */
+
+ PyErr_SetString(spoolss_error, "Not implemented");
+ return NULL;
}