| Ticket UUID: | 3325229 | |||
| Title: | RNTO calls callback "rename" with wrong number of args | |||
| Type: | Bug | Version: | None | |
| Submitter: | rkeene | Created on: | 2011-06-23 15:57:08 | |
| Subsystem: | ftpd | Assigned To: | andreas_kupries | |
| Priority: | 5 Medium | Severity: | ||
| Status: | Closed | Last Modified: | 2011-08-10 03:41:56 | |
| Resolution: | Fixed | Closed By: | andreas_kupries | |
| Closed on: | 2011-08-09 20:41:56 | |||
| Description: |
According to the documentation for the "rename" callback, it takes 3 args:
fsCmd rename path newpath channel
However, RNTO actually only calls it with 2 args:
if {![catch {::ftpd::Fs rename $data(renameFrom) $path} msg]} {
| |||
| User Comments: |
andreas_kupries added on 2011-08-10 03:41:56:
allow_comments - 1 Fixed in CVS head, as part of the fix for 3312880 (where it was in the inlined patch). rkeene added on 2011-06-23 23:04:18: File Added - 415769: ftpd1.2.5-bug3325229.diff | |||
Attachments:
- ftpd1.2.5-bug3325229.diff [download] added by rkeene on 2011-06-23 23:04:18. [details]
