Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1156 committed - Fixed problem with sending incorrect data (WEB10G)

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1156 committed - Fixed problem with sending incorrect data (WEB10G)


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1156 committed - Fixed problem with sending incorrect data (WEB10G)
  • Date: Wed, 12 Nov 2014 14:12:11 +0000

Revision: 1156
Author:

Date: Wed Nov 12 14:11:57 2014 UTC
Log: Fixed problem with sending incorrect data (WEB10G)
https://code.google.com/p/ndt/source/detail?r=1156

Modified:
/branches/MultiplePorts/src/web100-util.c

=======================================
--- /branches/MultiplePorts/src/web100-util.c Wed Nov 5 13:15:12 2014 UTC
+++ /branches/MultiplePorts/src/web100-util.c Wed Nov 12 14:11:57 2014 UTC
@@ -677,7 +677,7 @@
continue;
}
snprintf(line, sizeof(line), "%s: %s\n", estats_var_array[j].name, str);
- send_msg(ctlsock, TEST_MSG, (const void *) line, strlen(line));
+ send_json_message(ctlsock, TEST_MSG, line, strlen(line), jsonSupport, JSON_SINGLE_VALUE);
log_print(9, "%s", line);
free(str);
str = NULL;


  • [ndt-dev] [ndt] r1156 committed - Fixed problem with sending incorrect data (WEB10G), ndt, 11/12/2014

Archive powered by MHonArc 2.6.16.

Top of Page