Commit fda916cd authored by chenhaowen's avatar chenhaowen

fix: reset exit flag before exit auth

parent b72f30c7
......@@ -318,6 +318,7 @@ HEART_BEAT_START:
close(client_sockfd);
#endif
drcom_config.exit = 0;
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment