From e51cc47cec2e3a5fe4e23310f497bf6a13b0a577 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 1 May 2001 04:02:15 +0000 Subject: fixed comment-in-comment (This used to be commit 4c456c82642649a6dfaadf578488119d195c5b6b) --- source3/rpc_server/srv_srvsvc_nt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/rpc_server/srv_srvsvc_nt.c b/source3/rpc_server/srv_srvsvc_nt.c index 48961dcb64..b3c95c6c32 100644 --- a/source3/rpc_server/srv_srvsvc_nt.c +++ b/source3/rpc_server/srv_srvsvc_nt.c @@ -1569,7 +1569,7 @@ uint32 _srv_net_remote_tod(pipes_struct *p, SRV_Q_NET_REMOTE_TOD *q_u, SRV_R_NET These disks would the disks listed by this function. Users could then create shares relative to these disks. Watch out for moving these disks around. "Nigel Williams" . -/***********************************************************************************/ + ***********************************************************************************/ const char *server_disks[] = {"C:"}; -- cgit