Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
capmt: revert one line
  • Loading branch information
perexg committed Oct 22, 2015
1 parent 1371b0c commit 668d3a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/descrambler/capmt.c
Expand Up @@ -1603,6 +1603,7 @@ capmt_thread(void *aux)
capmt->capmt_adapters[i].ca_sock = -1;
for (i = 0; i < MAX_SOCKETS; i++) {
capmt->sids[i] = 0;
capmt->adps[i] = -1;
capmt->capmt_sock[i] = -1;
capmt->capmt_sock_reconnect[i] = 0;
}
Expand Down

0 comments on commit 668d3a6

Please sign in to comment.