diff options
| author | Tatsuo Ishii | 2017-03-29 05:48:54 +0000 |
|---|---|---|
| committer | Tatsuo Ishii | 2017-03-29 05:48:54 +0000 |
| commit | ff32fcb40738338ea4633d2907a998efe92eccaf (patch) | |
| tree | 94d1b5378fd38962742a940de0797343973afd72 /src/protocol/CommandComplete.c | |
| parent | 0d2b2795d239d1806e5c7c4e0e10080fc6700205 (diff) | |
Code clean up.bug271
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); |
