Skip to content

Commit

Permalink
Make --tag work with --udev
Browse files Browse the repository at this point in the history
  • Loading branch information
dreiss authored and wertarbyte committed Jun 12, 2016
1 parent 737b853 commit dd8e8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion th-cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ int main(int argc, char *argv[]) {
}
char *dev = getenv("DEVNAME");
if ( ctype && dev ) {
err = send_command( s, ctype, dev, passfd, grab_dev, NULL );
err = send_command( s, ctype, dev, passfd, grab_dev, tag );
}
} else {
/* get devices from command line */
Expand Down

0 comments on commit dd8e8c3

Please sign in to comment.