RootStorageSvc: Root 6.20 fix
Code in RootDatabase::close was testing for errors by clearing errno, calling Write(), then checking errno.
However, as of root 6.20.02, Write() may trigger a search of LD_LIBRARY_PATH for libraries, will leave ENOENT in errno. So don't consider that an error.