summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-07-05 16:27:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:49 -0500
commit5391750ce6db47678a03db4d67a016acff4fc8e2 (patch)
treedb3e956ba5dea945f303bea20420c675d840c53f /source3/smbd/process.c
parent0bc56a2e5ffd0e65e4770e10c80d9fec02950b36 (diff)
downloadsamba-5391750ce6db47678a03db4d67a016acff4fc8e2.tar.gz
samba-5391750ce6db47678a03db4d67a016acff4fc8e2.tar.bz2
samba-5391750ce6db47678a03db4d67a016acff4fc8e2.zip
r23725: Remove get_current_mid()
Jeremy, next one to review :-) (This used to be commit a50555dda7db5e848e337185ed91c41c2557f7be)
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r--source3/smbd/process.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index dd623e69a5..1cb2c27fd3 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -48,15 +48,6 @@ SIG_ATOMIC_T got_sig_term = 0;
extern BOOL global_machine_password_needs_changing;
extern int max_send;
-/****************************************************************************
- Function to return the current request mid from Inbuffer.
-****************************************************************************/
-
-uint16 get_current_mid(void)
-{
- return SVAL(InBuffer,smb_mid);
-}
-
/*
* Initialize a struct smb_request from an inbuf
*/