From: Michael Adam Date: Thu, 18 Oct 2012 13:58:01 +0000 (+0200) Subject: s3: fix comment header description for smbd_shim X-Git-Tag: ldb-1.1.14~224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=781db9d1e564797546009aa5a49378b6e70502d7;p=thirdparty%2Fsamba.git s3: fix comment header description for smbd_shim This was copy'n'pasted from "RPC pipe client"... Signed-off-by: Michael Adam --- 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.