mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
ksmsrver: do not specify method when starting kcheckpass
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
002c3d564e
commit
3146b08a8a
1 changed files with 0 additions and 1 deletions
|
@ -508,7 +508,6 @@ void Greeter::gplugStart()
|
|||
sprintf(fdbuf, "%d", sfd[1]);
|
||||
execlp(QFile::encodeName(KStandardDirs::findExe(QLatin1String( "kcheckpass" ))).data(),
|
||||
"kcheckpass",
|
||||
"-m", m_pluginHandle.info->method,
|
||||
"-S", fdbuf,
|
||||
(char *)0);
|
||||
_exit(20);
|
||||
|
|
Loading…
Add table
Reference in a new issue