We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b36bf2 commit ab76b6cCopy full SHA for ab76b6c
include/gromox/dcerpc.hpp
@@ -22,7 +22,7 @@ struct DCERPC_INFO {
22
BOOL is_login = false; /* if client login */
23
const char *username = nullptr; /* username of client by http auth */
24
const char *maildir = nullptr, *lang = nullptr;
25
- uint32_t stat_flags; /* state flags of rpc context */
+ uint32_t stat_flags = 0; /* state flags of rpc context */
26
};
27
28
struct DCERPC_INTERFACE {
0 commit comments