mount.cifs: don't use exit(3) in main()
authorJeff Layton <jlayton@redhat.com>
Mon, 22 Mar 2010 12:03:38 +0000 (08:03 -0400)
committerJeff Layton <jlayton@redhat.com>
Mon, 22 Mar 2010 12:03:38 +0000 (08:03 -0400)
commit7c0ea6b9a8ff064312da587ff0dcf701b7032c42
tree25291313c0da9e400818a45a9fd7a13f51b66677
parent7fae11e1a1ddb0c2fe2a7cc419bea073c82eb79e
mount.cifs: don't use exit(3) in main()

Clean up error handling in main() so that cleanup tasks are completed
rather than assuming exit processing will handle it.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
mount.cifs.c