mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-04-12 04:12:05 +02:00
Land #160, fix the bare example extension
This commit is contained in:
commit
ed1bccd0fc
@ -24,7 +24,7 @@ Command customCommands[] =
|
|||||||
*/
|
*/
|
||||||
DWORD __declspec(dllexport) InitServerExtension(Remote *remote)
|
DWORD __declspec(dllexport) InitServerExtension(Remote *remote)
|
||||||
{
|
{
|
||||||
hMetSrv = remote->hMetSrv;
|
hMetSrv = remote->met_srv;
|
||||||
|
|
||||||
command_register_all(customCommands);
|
command_register_all(customCommands);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user