[users] Remove stray ;
This commit is contained in:
parent
19aa96fe54
commit
5a90e0bc6a
@ -51,7 +51,6 @@ ActiveDirectoryJob::exec()
|
|||||||
if ( !m_ip.isEmpty() )
|
if ( !m_ip.isEmpty() )
|
||||||
{
|
{
|
||||||
const QString hostsFilePath = Calamares::System::instance()->targetPath( QStringLiteral( "/etc/hosts" ) );
|
const QString hostsFilePath = Calamares::System::instance()->targetPath( QStringLiteral( "/etc/hosts" ) );
|
||||||
;
|
|
||||||
QFile hostsFile( hostsFilePath );
|
QFile hostsFile( hostsFilePath );
|
||||||
if ( hostsFile.open( QIODevice::Append | QIODevice::Text ) )
|
if ( hostsFile.open( QIODevice::Append | QIODevice::Text ) )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user