Skip to content
Snippets Groups Projects
Commit 652fc667 authored by clohr's avatar clohr
Browse files

DummyLamp avec la librairie json-c

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/xAAL_C/tags/testing_jansson@432 b32b6428-25c9-4566-ad07-03861ab6144f
parent cd11cbe4
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -272,7 +272,7 @@ int sendDescription(int sfd, struct sockaddr_storage *bus_addr, socklen_t bus_ad
&& ( json_object_set(jheader, "source", my_uuid) == 0 )
&& ( json_object_set(jheader, "devType", my_devType) == 0 )
&& ( json_object_set(jheader, "msgType", json_string("reply")) == 0 )
&& ( json_object_set(jheader, "action", json_string("sendDescription")) == 0 )
&& ( json_object_set(jheader, "action", json_string("getDescription")) == 0 )
&& ( json_object_set(jheader, "cipher", json_string("")) == 0 )
&& ( json_object_set(jheader, "signature", json_string("")) == 0 )
&& ( json_object_set(jmsg, "header", jheader) == 0 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment