mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-02-16 00:24:29 +01:00
Fixup bare met_svc var name
This commit is contained in:
parent
807005a39f
commit
fded7311c4
@ -24,7 +24,7 @@ Command customCommands[] =
|
||||
*/
|
||||
DWORD __declspec(dllexport) InitServerExtension(Remote *remote)
|
||||
{
|
||||
hMetSrv = remote->hMetSrv;
|
||||
hMetSrv = remote->met_srv;
|
||||
|
||||
command_register_all(customCommands);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user