mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-04-06 01:16:37 +02:00
Comment fixes
This commit is contained in:
parent
9f4a66ba8a
commit
31fdf23f7b
c/meterpreter/source
@ -187,7 +187,7 @@ DWORD command_deregister(Command *command)
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*! * @brief A list of all command threads currenlty executing. */
|
/*! @brief A list of all command threads currenlty executing. */
|
||||||
LIST * commandThreadList = NULL;
|
LIST * commandThreadList = NULL;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
@ -250,7 +250,7 @@ DWORD tcp_channel_server_notify(Remote * remote, TcpServerContext * serverCtx)
|
|||||||
* @param remote Pointer to the remote instance.
|
* @param remote Pointer to the remote instance.
|
||||||
* @param packet Pointer to the request packet.
|
* @param packet Pointer to the request packet.
|
||||||
* @returns Indication of success or failure.
|
* @returns Indication of success or failure.
|
||||||
* @retval ERROR_SUCCESS Notification completed successfully.
|
* @retval ERROR_SUCCESS Opening the server channel completed successfully.
|
||||||
*/
|
*/
|
||||||
DWORD request_net_tcp_server_channel_open(Remote * remote, Packet * packet)
|
DWORD request_net_tcp_server_channel_open(Remote * remote, Packet * packet)
|
||||||
{
|
{
|
||||||
|
@ -46,7 +46,7 @@ const unsigned int hAppInstance = 0x504b5320; // 'PKS '
|
|||||||
#define PREPEND_INFO "### Info : "
|
#define PREPEND_INFO "### Info : "
|
||||||
#define PREPEND_WARN "### Warn : "
|
#define PREPEND_WARN "### Warn : "
|
||||||
|
|
||||||
/*! * @breif This thread is the main server thread. */
|
/*! @brief This thread is the main server thread. */
|
||||||
static THREAD * serverThread = NULL;
|
static THREAD * serverThread = NULL;
|
||||||
|
|
||||||
/*! @brief An array of locks for use by OpenSSL. */
|
/*! @brief An array of locks for use by OpenSSL. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user