After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 609586 - Fix typo when checking the result of getpwuid
Fix typo when checking the result of getpwuid
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2010-02-10 21:10 UTC by Owen Taylor
Modified: 2010-02-10 21:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix typo when checking the result of getpwuid (892 bytes, patch)
2010-02-10 21:10 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2010-02-10 21:10:48 UTC
Was meant to be:

  errno==0 && pwd!=NULL

Not:

  errno==0 || pwd==NULL
Comment 1 Owen Taylor 2010-02-10 21:10:49 UTC
Created attachment 153471 [details] [review]
Fix typo when checking the result of getpwuid
Comment 2 Owen Taylor 2010-02-10 21:24:01 UTC
Attachment 153471 [details] pushed as a8fc30a - Fix typo when checking the result of getpwuid