1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

libgpo: Fix trailing spaces in pygpo.c

Reviewed-by: David Mulder <dmulder@samba.org>
This commit is contained in:
Andreas Schneider 2024-03-04 16:42:38 +01:00 committed by Andreas Schneider
parent 6005de8cb3
commit 6fb86a0fa6

View File

@ -371,7 +371,7 @@ static int py_ads_init(ADS *self, PyObject *args, PyObject *kwds)
workgroup,
ldap_server,
ADS_SASL_PLAIN);
return 0;
}