GNOME Bugzilla – Bug 609586
Fix typo when checking the result of getpwuid
Last modified: 2010-02-10 21:24:03 UTC
Was meant to be: errno==0 && pwd!=NULL Not: errno==0 || pwd==NULL
Created attachment 153471 [details] [review] Fix typo when checking the result of getpwuid
Attachment 153471 [details] pushed as a8fc30a - Fix typo when checking the result of getpwuid