python/samba: PY3 fix can't compare string with int
authorNoel Power <noel.power@suse.com>
Fri, 12 Oct 2018 16:15:39 +0000 (17:15 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 14 Nov 2018 04:07:17 +0000 (05:07 +0100)
commitf176461cf29908f3555eecc2463d00e2ffdc693d
tree2e0ac58cf7de1ff34906f2229357d4cc01513b41
parentfe859a44772054975d46c63c14f3f5c20c221dfa
python/samba: PY3 fix can't compare string with int

Testing a string against an int value is illegal and
is not necessary in this case, this patch removes the
problematic test.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/getopt.py