From 781db9d1e564797546009aa5a49378b6e70502d7 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 18 Oct 2012 15:58:01 +0200 Subject: [PATCH] s3: fix comment header description for smbd_shim This was copy'n'pasted from "RPC pipe client"... Signed-off-by: Michael Adam --- source3/lib/smbd_shim.c | 2 +- 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 0d331646558..78a101c2a78 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 0b802fe01b1..a51decc28c4 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. -- 2.11.4.GIT