From: David Mulder Date: Thu, 17 Mar 2022 19:35:44 +0000 (-0600) Subject: smbd: Move service.c -> smb2_service.c X-Git-Tag: tevent-0.12.0~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cafa8260ade13e7f1943db52d64f42659c493368;p=thirdparty%2Fsamba.git smbd: Move service.c -> smb2_service.c Signed-off-by: David Mulder Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 95e5e9b6485..7314593fbd1 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -1017,7 +1017,7 @@ bool reload_services(struct smbd_server_connection *sconn, void smbd_exit_server(const char *reason) _NORETURN_; void smbd_exit_server_cleanly(const char *const reason) _NORETURN_; -/* The following definitions come from smbd/service.c */ +/* The following definitions come from smbd/smb2_service.c */ bool set_conn_connectpath(connection_struct *conn, const char *connectpath); bool canonicalize_connect_path(connection_struct *conn); diff --git a/source3/smbd/service.c b/source3/smbd/smb2_service.c similarity index 100% rename from source3/smbd/service.c rename to source3/smbd/smb2_service.c diff --git a/source3/wscript_build b/source3/wscript_build index ecf486761e6..719a6acce34 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -649,7 +649,7 @@ bld.SAMBA3_LIBRARY('smbd_base', smbd/posix_acls.c lib/sysacls.c smbd/process.c - smbd/service.c + smbd/smb2_service.c smbd/error.c printing/printspoolss.c printing/rap_jobid.c