From 5a0ee95b95d22f8eee7cc86d350fb0e60ab54b69 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 8 Feb 2011 23:08:21 +0100 Subject: s3: Fix some nonempty blank lines and some typos Autobuild-User: Volker Lendecke Autobuild-Date: Wed Feb 9 00:01:45 CET 2011 on sn-devel-104 --- source3/winbindd/winbindd_samr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd') diff --git a/source3/winbindd/winbindd_samr.c b/source3/winbindd/winbindd_samr.c index ef27d3828e..d33a3097d6 100644 --- a/source3/winbindd/winbindd_samr.c +++ b/source3/winbindd/winbindd_samr.c @@ -141,7 +141,7 @@ static NTSTATUS open_internal_lsa_pipe(TALLOC_CTX *mem_ctx, } } - /* create a samr connection */ + /* create a lsa connection */ status = rpc_pipe_open_interface(mem_ctx, &ndr_table_lsarpc.syntax_id, server_info, -- cgit