1
0
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:
Stefan Metzmacher
2005-01-13 18:49:10 +00:00
committed by Gerald (Jerry) Carter
parent 5287ec0818
commit 8308da6ce4
12 changed files with 43 additions and 76 deletions

View File

@@ -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;
};