diff options
author | Michael Adam <obnox@samba.org> | 2012-10-18 15:58:01 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-10-19 12:14:58 +0200 |
commit | 781db9d1e564797546009aa5a49378b6e70502d7 (patch) | |
tree | 4f1d9efac1a9b1e140f075961984b95bfe5e12e4 /source3/lib | |
parent | 980191d189ee1f5a25e74a6bdf141d4c7e4455d5 (diff) | |
download | samba-781db9d1e564797546009aa5a49378b6e70502d7.tar.gz samba-781db9d1e564797546009aa5a49378b6e70502d7.tar.bz2 samba-781db9d1e564797546009aa5a49378b6e70502d7.zip |
s3: fix comment header description for smbd_shim
This was copy'n'pasted from "RPC pipe client"...
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/smbd_shim.c | 2 | ||||
-rw-r--r-- | source3/lib/smbd_shim.h | 2 |
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. |