From 592fce7fb149ca5e82b14d9c8f13a4da1babe2b7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 13 Jan 2005 18:49:10 +0000 Subject: r4726: - use the name tcon and tid instead of conn and cnum - make use of talloc destructors metze (This used to be commit 8308da6ce4a95f8c10e22949ef00e9e64f2dbb85) --- source4/include/smb_interfaces.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/include') diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index 1eca1fe360..5fae275f10 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -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; }; -- cgit