From 114eaabdcbacf626ccb452a2d4f695b183dd738b Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 25 Jan 2002 00:35:14 +0000 Subject: minor fixes (This used to be commit 04f492980b73800b60dde764fdeb43f2eab79624) --- source3/include/smb.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index aa54e38797..4168e34d3f 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -6,6 +6,7 @@ Copyright (C) John H Terpstra 1996-2000 Copyright (C) Luke Kenneth Casson Leighton 1996-2000 Copyright (C) Paul Ashton 1998-2000 + Copyright (C) Simo Sorce 2001-2002 Copyright (C) Martin Pool 2002 This program is free software; you can redistribute it and/or modify @@ -386,10 +387,8 @@ typedef struct write_cache typedef struct { - smb_ucs2_t *path; - smb_ucs2_t *name; - smb_ucs2_t *unixname; - smb_ucs2_t *dosname; + smb_ucs2_t *origname; + smb_ucs2_t *filename; SMB_STRUCT_STAT *statinfo; } smb_filename; -- cgit