1
0
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:
Tim Potter
2002-05-15 06:05:00 +00:00
parent c0c95a271a
commit fb986ce8ae

View File

@ -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;
}