Bug 44653 - typo in ftp_commands.c
Summary: typo in ftp_commands.c
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_ftp (show other bugs)
Version: 2.5-HEAD
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2008-03-21 10:34 UTC by Tom Donovan
Modified: 2008-04-09 01:24 UTC (History)
0 users



Attachments
ftp_commands_parse2_typo patch (586 bytes, patch)
2008-03-21 10:34 UTC, Tom Donovan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Donovan 2008-03-21 10:34:40 UTC
Created attachment 21699 [details]
ftp_commands_parse2_typo patch

Change 629101 "adjust to follow normal ASF C indent guidelines"
introduced a small typo in modules/ftp/ftp_commands.c:194

There is a spurious "*t" in the ftp_parse2() function definition.
Comment 1 William A. Rowe Jr. 2008-04-09 00:26:02 UTC
Many thanks, fix committed.
Comment 2 William A. Rowe Jr. 2008-04-09 01:24:54 UTC
As noted, fix committed; closing