summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/smbd_shim.c2
-rw-r--r--source3/lib/smbd_shim.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/smbd_shim.c b/source3/lib/smbd_shim.c
index 0d33164655..78a101c2a7 100644
--- a/source3/lib/smbd_shim.c
+++ b/source3/lib/smbd_shim.c
@@ -1,6 +1,6 @@
/*
Unix SMB/CIFS implementation.
- RPC pipe client
+ Runtime plugin adapter for various "smbd"-functions.
Copyright (C) Gerald (Jerry) Carter 2004.
Copyright (C) Andrew Bartlett 2011.
diff --git a/source3/lib/smbd_shim.h b/source3/lib/smbd_shim.h
index 0b802fe01b..a51decc28c 100644
--- a/source3/lib/smbd_shim.h
+++ b/source3/lib/smbd_shim.h
@@ -1,6 +1,6 @@
/*
Unix SMB/CIFS implementation.
- RPC pipe client
+ Runtime plugin adapter for various "smbd"-functions.
Copyright (C) Gerald (Jerry) Carter 2004.
Copyright (C) Andrew Bartlett 2011.