@ -83,7 +83,7 @@ SambaUserList SmbPasswdFile::getSambaUserList()
SambaUserList list;
if ( f.open(IO_ReadOnly) )
if ( f.exists() && f.open(IO_ReadOnly) )
{
TQTextStream t( &f );
TQString s;