diff options
Diffstat (limited to 'src/protocol/CommandComplete.c')
| -rw-r--r-- | src/protocol/CommandComplete.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/protocol/CommandComplete.c b/src/protocol/CommandComplete.c index 8e8915a76..8974c9e83 100644 --- a/src/protocol/CommandComplete.c +++ b/src/protocol/CommandComplete.c @@ -53,6 +53,9 @@ POOL_STATUS CommandComplete(POOL_CONNECTION *frontend, POOL_CONNECTION_POOL *bac POOL_SESSION_CONTEXT *session_context; POOL_CONNECTION *con; + p1 = NULL; + len1 = 0; + /* Get session context */ session_context = pool_get_session_context(false); |
