mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Comment that deleteprinterdataex isn't supported by a samba server.
(This used to be commit c07d583327
)
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