-
- Downloads
Bug fix: if the msgbase.lock file existed, it would cause the msgbase open (and
thus fixsmb) to fail, but just before exiting, fixsmb would delete the .lock file (whoops). The msgbase.lock file means something else is rebuilding this base (e.g. smbutil) and thus we can't just go deleting the .lock file, unless we (fixmsb) was the one that created it.
Please register or sign in to comment