mirror of
https://github.com/samba-team/samba.git
synced 2025-12-06 16:23:49 +03:00
Comment that deleteprinterdataex isn't supported by a samba server.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user