Skip to content

wingcredentials: is_same_user should only check the sid

Ignacio Casal Quinteiro requested to merge is-same-user into master

This method should only check the sid and not the pid like done in GCredentials. The caller should check the pid if required.

Merge request reports