Ticket #50143: patch-savehelper.diff

File patch-savehelper.diff, 361 bytes (added by RJVB (René Bertin), 8 years ago)
  • src/konfigurator/savehelper.cpp

    old new  
    3226
    3327ActionReply SaveHelper::save(QVariantMap args)
    3428{
    35     __uid_t uid = getuid();
     29    uid_t uid = getuid();
    3630    qDebug() << "executing uid=" << uid;
    3731
    3832    return ActionReply::SuccessReply();