summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-06-20 03:05:09 +0000
committerAndrew Tridgell <tridge@samba.org>2001-06-20 03:05:09 +0000
commitfcda2645f099e5d356361ec3de4f45d97285f0b5 (patch)
tree38c0fe748321786e6c457d62f1426d1dca9d572c /source3/smbd/service.c
parent1c831ce6d868ca5f7de498c8c7f90efe2238d1b4 (diff)
downloadsamba-fcda2645f099e5d356361ec3de4f45d97285f0b5.tar.gz
samba-fcda2645f099e5d356361ec3de4f45d97285f0b5.tar.bz2
samba-fcda2645f099e5d356361ec3de4f45d97285f0b5.zip
added a close-share smbcontrol message that forcibly closes a share in smbd (to allow unmount)
(This used to be commit 15b17a80db605a55f667c95fb7e316877a441887)
Diffstat (limited to 'source3/smbd/service.c')
-rw-r--r--source3/smbd/service.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index c70ab42a61..61da72b2e9 100644
--- a/source3/smbd/service.c
+++ b/source3/smbd/service.c
@@ -697,3 +697,5 @@ void close_cnum(connection_struct *conn, uint16 vuid)
}
conn_free(conn);
}
+
+