Skip to content
Snippets Groups Projects
Commit a4f8a56b authored by ocelot-inc's avatar ocelot-inc
Browse files

restore semicolon in connectors.xml

parent b0f2c9be
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ int main()
struct tp reply; /* area for getting server reply */
int fd; /* file descriptor for socket */
struct sockaddr_in tt; /* the usual socket address info */
tp_init(&request, NULL, 0, tp_realloc, NULL) /* initialize request buffer */
tp_init(&request, NULL, 0, tp_realloc, NULL); /* initialize request buffer */
tp_insert(&request, 0, 2); /* append INSERT header */
tp_tuple(&request); /* begin appending body */
tp_sz(&request,""); /* append field[0] */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment