[email_account] Restrict scope of var ret in main

Make var ret in function main local to the function and option flags as
well
This commit is contained in:
Thomas Preud'homme 2010-01-26 11:15:39 +01:00 committed by Thomas Preud'homme
parent 7534e030be
commit fe258817f6
1 changed files with 1 additions and 0 deletions

View File

@ -395,6 +395,7 @@ create_mail_account ()
main ()
{
local - ret
ret=0
# This test should be useless if rights on this file are corrects
# (that is 770 for root:gt owner)