mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
pyglue: Fix typo
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
7e32c7655d
commit
98fcd47451
@ -100,7 +100,7 @@ static PyObject *py_generate_random_machine_password(PyObject *self, PyObject *a
|
||||
/*
|
||||
* The real range checks happens in
|
||||
* generate_random_machine_password().
|
||||
* Here we are just filter out any negative numbers.
|
||||
* Here we just filter out any negative numbers.
|
||||
*/
|
||||
PyErr_Format(PyExc_ValueError,
|
||||
"invalid range: %zd - %zd",
|
||||
|
Loading…
Reference in New Issue
Block a user