diff options
Diffstat (limited to 'src/usbmux.c')
| -rw-r--r-- | src/usbmux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usbmux.c b/src/usbmux.c index 83797dd..d2ef49f 100644 --- a/src/usbmux.c +++ b/src/usbmux.c | |||
| @@ -129,7 +129,6 @@ usbmux_connection *mux_connect(iPhone *phone, uint16 s_port, uint16 d_port) { | |||
| 129 | new_connection->header->tcp_flags = 0x10; | 129 | new_connection->header->tcp_flags = 0x10; |
| 130 | new_connection->header->scnt = 1; | 130 | new_connection->header->scnt = 1; |
| 131 | new_connection->header->ocnt = 1; | 131 | new_connection->header->ocnt = 1; |
| 132 | add_connection(new_connection); | ||
| 133 | new_connection->phone = phone; | 132 | new_connection->phone = phone; |
| 134 | new_connection->recv_buffer = NULL; | 133 | new_connection->recv_buffer = NULL; |
| 135 | new_connection->r_len = 0; | 134 | new_connection->r_len = 0; |
