1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-04-12 04:12:05 +02:00

Land , fix the bare example extension

This commit is contained in:
Brent Cook 2015-05-15 15:04:14 -05:00
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);