Skip to content

Commit

Permalink
Removed old.configure.ac and fixed a typo in source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Louis Palant committed Aug 1, 2019
1 parent db55b93 commit cca51fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
40 changes: 0 additions & 40 deletions old.configure.ac

This file was deleted.

2 changes: 1 addition & 1 deletion src/virt_cacard.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ int main(int argc, char* argv[])
/* Adding watches to the channel.*/
socket_tag_read = g_io_add_watch(channel_socket, G_IO_IN | G_IO_HUP, do_socket_read, NULL);
if(!socket_tag_read)
g_error("Error creating send watch\n");
g_error("Error creating read watch\n");

socket_tag_send = g_io_add_watch(channel_socket, G_IO_OUT | G_IO_HUP, do_socket_send, NULL);
if(!socket_tag_send)
Expand Down

0 comments on commit cca51fd

Please sign in to comment.