D23403: Fix authentication

Carl Schwan noreply at phabricator.kde.org
Thu Mar 12 15:05:38 GMT 2020


ognarb added inline comments.

INLINE COMMENTS

> KCupsConnection.cpp:852
>          // sometimes just trying to be root works
> -        return ret == -1 ? true : false;
> +        return ret == 0 ? true : false;
>      }

Can't you just use `retrurn ret == 0;`?

REPOSITORY
  R363 Print Manager

BRANCH
  twist

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

To: nicolasfella, dantti, broulik
Cc: ognarb, rdieter, kde-utils-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20200312/e2ea0b92/attachment.html>


More information about the Kde-utils-devel mailing list