Debuging.
This commit is contained in:
parent
7007bed607
commit
b39c012a37
@ -225,6 +225,11 @@ int main(void)
|
|||||||
aux.level = levelCount;
|
aux.level = levelCount;
|
||||||
memcpy(aux.key, levels, 256);
|
memcpy(aux.key, levels, 256);
|
||||||
|
|
||||||
|
// debug
|
||||||
|
|
||||||
|
printf("Sending response\n");
|
||||||
|
printf("Level: %d\tKey: %s\n", aux.level, aux.key);
|
||||||
|
|
||||||
send(connfd, &aux, sizeof(aux), 0);
|
send(connfd, &aux, sizeof(aux), 0);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user