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 7c308c2 commit 9eb72b0Copy full SHA for 9eb72b0
ccp.c
@@ -139,12 +139,12 @@ int ccp_invoke(struct ccp_connection *conn) {
139
int i;
140
int ok = 0;
141
struct ccp_priv_state *state;
142
- struct ccp_datapath *datapath = conn->datapath;
+ struct ccp_datapath *datapath;
143
144
if (conn == NULL) {
145
return -1;
146
}
147
-
+ datapath = conn->datapath;
148
state = get_ccp_priv_state(conn);
149
if (!(state->sent_create)) {
150
// try contacting the CCP again
0 commit comments