Remove inaccurate documentation.

The password file is no more opened in read only mode.
This commit is contained in:
nekral-guest 2008-01-01 14:12:34 +00:00
parent b25feca14c
commit 0dccafcd23

View File

@ -528,8 +528,7 @@ static void check_perms (void)
/*
* open_files - open the shadow database
*
* The password database is also needed (only for reading).
* In read-only mode, the shadow database is not locked and is opened
* In read-only mode, the databases are not locked and are opened
* only for reading.
*/
static void open_files (int readonly)