uni-t-ut32x: Fix copy-paste error.

This commit is contained in:
Uwe Hermann 2016-04-20 22:12:52 +02:00
parent df3ea149cc
commit 67ea60e03d
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ SR_PRIV int uni_t_ut32x_handle_events(int fd, int revents, void *cb_data)
if (sdi->status == SR_ST_STOPPING) {
usb_source_remove(sdi->session, drvc->sr_ctx);
std_session_send_df_header(sdi, LOG_PREFIX);
std_session_send_df_end(sdi, LOG_PREFIX);
/* Tell the device to stop sending USB packets. */
usb = sdi->conn;