Skip to content

Commit

Permalink
20210317
Browse files Browse the repository at this point in the history
  • Loading branch information
ldcsaa committed Mar 17, 2021
1 parent f25fa2e commit 287721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/Example.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(int argc, char* const argv[])
::HP_Set_FN_Agent_OnShutdown(s_listener, OnShutdown);

// 3. Start component object
if(!::HP_Agent_Start(s_agent, "0.0.0.0", 5555, TRUE))
if(!::HP_Agent_Start(s_agent, "0.0.0.0", TRUE))
exit(1);

// 4. Connect to dest host
Expand Down

0 comments on commit 287721f

Please sign in to comment.