diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-08 23:08:21 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-02-09 00:01:45 +0100 |
commit | 5a0ee95b95d22f8eee7cc86d350fb0e60ab54b69 (patch) | |
tree | 6c9de0d8f6754e4307e4afac8cf3ab111fa7df57 /source3/winbindd | |
parent | 698d339ffd8abf59f0f000d4155241c267975c68 (diff) | |
download | samba-5a0ee95b95d22f8eee7cc86d350fb0e60ab54b69.tar.gz samba-5a0ee95b95d22f8eee7cc86d350fb0e60ab54b69.tar.bz2 samba-5a0ee95b95d22f8eee7cc86d350fb0e60ab54b69.zip |
s3: Fix some nonempty blank lines and some typos
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Wed Feb 9 00:01:45 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |