diff options
author | Jeremy Allison <jra@samba.org> | 1998-10-23 00:58:28 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-10-23 00:58:28 +0000 |
commit | 8e1ce307bd6a9056b4a95fe6f52ff42dc6e03a08 (patch) | |
tree | a9f24656f9f669c524dde8e245cbcc4d1dc132f2 /source/smbd/ipc.c | |
parent | 97609596647dea39c061bdf972411a86f7294521 (diff) | |
download | samba-8e1ce307bd6a9056b4a95fe6f52ff42dc6e03a08.tar.gz samba-8e1ce307bd6a9056b4a95fe6f52ff42dc6e03a08.tar.xz samba-8e1ce307bd6a9056b4a95fe6f52ff42dc6e03a08.zip |
include/smb.h: Added #defines for lots of things - makes our code a *lot* easier to read.
lib/util.c: Fixed Luke's set_first_token() function - should return void.
smbd/close.c: Move delete_on_close into file_fd_struct structure.
smbd/ipc.c: Changed local_machine back to fstring.
smbd/nttrans.c: Use defines for mapping share modes.
smbd/open.c: Move delete_on_close into file_fd_struct structure, added code for ALLOW_SHARE_DELETE.
smbd/reply.c: Use defines for mapping share modes.
smbd/trans2.c: Move delete_on_close into file_fd_struct structure.
Jeremy.
Diffstat (limited to 'source/smbd/ipc.c')
-rw-r--r-- | source/smbd/ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/ipc.c b/source/smbd/ipc.c index d9ef53e70f2..112a79b5ca8 100644 --- a/source/smbd/ipc.c +++ b/source/smbd/ipc.c @@ -37,7 +37,7 @@ extern int DEBUGLEVEL; extern int max_send; -extern pstring local_machine; +extern fstring local_machine; extern fstring global_myworkgroup; #define NERR_Success 0 |