diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-08-13 22:23:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-08-13 22:23:18 +0000 |
commit | 4b3d329ca21e731729af0a305386bee5d748ae92 (patch) | |
tree | 8a8a63dfb52dedd131e750b6fd81543913c741f2 /source4/include | |
parent | a33f57077686a096917c7e7433852d320a593348 (diff) | |
download | samba-4b3d329ca21e731729af0a305386bee5d748ae92.tar.gz samba-4b3d329ca21e731729af0a305386bee5d748ae92.tar.bz2 samba-4b3d329ca21e731729af0a305386bee5d748ae92.zip |
- added a raw smb scanner
- its not a root_fid in ntrename
(This used to be commit 74be55efdc77d4ba7e70d0554cbd72472522abff)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/smb_interfaces.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index f010883f18..2f5373702c 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -151,7 +151,7 @@ union smb_rename { struct { uint16 attrib; uint16 flags; /* see RENAME_FLAG_* */ - uint32 root_fid; /* is it? */ + uint32 unknown; const char *old_name; const char *new_name; } in; |