Add debug output to SetupPkt.

remotes/origin/master-1.0.x
Victor Julien 16 years ago
parent 7c36b315fd
commit 1dc2916c3a

@ -127,6 +127,8 @@ Packet *SetupPkt (void)
mutex_unlock(&packet_q.mutex_q);
if (p == NULL) {
TmqDebugList();
p = malloc(sizeof(Packet));
if (p == NULL) {
printf("ERROR: malloc failed: %s\n", strerror(errno));

Loading…
Cancel
Save