mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
parent
bf4c3d3659
commit
21881b9c35
@ -1,6 +1,5 @@
|
||||
/*
|
||||
Unix SMB/Netbios implementation.
|
||||
Version 2.2
|
||||
RPC pipe client
|
||||
Copyright (C) Tim Potter 2000-2001,
|
||||
Copyright (C) Andrew Tridgell 1992-1997,2000,
|
||||
@ -25,7 +24,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
/** @defgroup lsa LSA rpc client routines
|
||||
/** @defgroup lsa LSA - Local Security Architecture
|
||||
* @ingroup rpc_client
|
||||
*
|
||||
* @{
|
||||
@ -1137,4 +1136,5 @@ Error was : %s.\n", remote_machine, cli_errstr(&cli) ));
|
||||
cli_shutdown(&cli);
|
||||
return ret;
|
||||
}
|
||||
|
||||
/** @} **/
|
||||
|
Loading…
Reference in New Issue
Block a user