mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +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.