| Summary: | PATCH remove duplicate #include of pwd.h | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Mordy Ovits <mordyovits> | ||||
| Component: | sftp-server | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | minor | CC: | dtucker | ||||
| Priority: | P5 | ||||||
| Version: | 6.7p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 2360 | ||||||
| Attachments: |
|
||||||
Thanks. Patch applied and will be in 6.9p1. commit 202d443eeda1829d336595a3cfc07827e49f45ed Author: Darren Tucker <dtucker@zip.com.au> Date: Wed Apr 15 15:59:49 2015 +1000 Remove duplicate include of pwd.h. bz#2337, patch from Mordy Ovits. Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1 |
Created attachment 2528 [details] remove dupe #include sftp-server.c unnecessarily #includes pwd.h twice. Attached patch removes the duplication.