diff options
-rw-r--r-- | source3/lib/smbd_shim.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/source3/lib/smbd_shim.h b/source3/lib/smbd_shim.h index 415f81bf36..89cae2b694 100644 --- a/source3/lib/smbd_shim.h +++ b/source3/lib/smbd_shim.h @@ -19,8 +19,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* Shim functions required due to the horrible dependency mess - in Samba. */ +/* + shim functions are used required to allow library code to have + references to smbd specific code. The smbd daemon sets up the set + of function calls that it wants used by calling + set_smbd_shim(). Other executables don't make this call, and get + default (dummy) versions of these functions. +*/ struct smbd_shim { |