mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
be292021f4
sys.exit(0) raises systemExit which is caught in empty except: statement. This can change the exit status if except: condition is supposed to exit with different status value.