Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
e222b5e4
...
e222b5e43c5d4eae1edce975369ee592f3456339
authored
2001-08-31 13:32:22 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed typo in getpwnam_virtual: returned NULL instead of pw
1 parent
5d583a47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/mutil.c
mailbox/mutil.c
View file @
e222b5e
...
@@ -398,7 +398,7 @@ getpwnam_virtual (const char *u)
...
@@ -398,7 +398,7 @@ getpwnam_virtual (const char *u)
398
}
398
}
399
}
399
}
400
400
401
return
NULL
;
401
return
pw
;
402
}
402
}
403
403
404
#endif
404
#endif
...
...
Please
register
or
sign in
to post a comment