mirror of
https://github.com/samba-team/samba.git
synced 2025-11-27 08:23:49 +03:00
r4726: - use the name tcon and tid instead of conn and cnum
- make use of talloc destructors metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5287ec0818
commit
8308da6ce4
@@ -177,7 +177,7 @@ union smb_tcon {
|
||||
} in;
|
||||
struct {
|
||||
uint16_t max_xmit;
|
||||
uint16_t cnum;
|
||||
uint16_t tid;
|
||||
} out;
|
||||
} tcon;
|
||||
|
||||
@@ -195,7 +195,7 @@ union smb_tcon {
|
||||
uint16_t options;
|
||||
char *dev_type;
|
||||
char *fs_type;
|
||||
uint16_t cnum;
|
||||
uint16_t tid;
|
||||
} out;
|
||||
} tconx;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user