#78 closed defect (fixed)
net rpc file: List of open files on remote server has "C:" prepended
Reported by: | herwigb | Owned by: | psmedley |
---|---|---|---|
Priority: | minor | Milestone: | Samba Server for eCS (OS/2) 1.0.1 |
Component: | Samba Server | Version: | 3.0.34 |
Keywords: | Cc: | herwig.bauernfeind@… |
Description
This is a similar issue as Ticket #24.
Showing a list of open files on a remote server looks like this:
FileId Opened by Perms Locks Path ------ --------- ----- ----- ---- 34 renate 0x00 0 C:g:\\RZLWin\Data\B0010407.DLK 37 renate 0x00 0 C:g:\\RZLWin\Data\B0010407.DAT 287 root 0x03 0 C:g:\\RZLWin\Data\R0000100.DAT 307 root 0x03 0 C:g:\\RZLWin\Data\R0000100.DAT
Note the prepended "C:" and double "
".
The code that outputs this list is found in \utils\net_rpc.c line 5035.
Change History (2)
comment:1 Changed 11 years ago by herwigb
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 11 years ago by herwigb
- Version set to 3.0.34
Note: See
TracTickets for help on using
tickets.
Changeset http://svn.netlabs.org/samba/changeset/168 fixes this issue.