chinmoyr added a comment.

  In policy-gen.cpp there is this condition
  
    if (persistence != QLatin1String("session") && persistence != 
QLatin1String("always")) {
           qCritical("Wrong persistence: %s", persistence.toLatin1().data());
           exit(1);
    }
  
  So, if there is persistence then it can't be just set to anything, it has to 
be either 'session' or 'always',  then only it would append '_keep'.

REPOSITORY
  R283 KAuth

REVISION DETAIL
  https://phabricator.kde.org/D6250

To: elvisangelaccio, #frameworks, davidedmundson
Cc: chinmoyr, davidedmundson

Reply via email to