Skip to content
Snippets Groups Projects
Commit 5a928ae1 authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci Committed by Danilo K. S. Yorinori
Browse files

client.c: Added up-to-date client message

parent ed601856
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,9 @@ void check_version(struct soap *soap, char *url, char *clientVersion)
/* Client out-of-date version */
exit(4);
}
/* Client version up-to-date */
fprintf(stdout, "Client version up-to-date\n");
}
/*----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment