Return to daemon.c CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / src |
version 1.1.2.28, 2011/12/16 13:34:41 | version 1.1.2.29, 2012/01/05 10:01:20 |
---|---|
Line 184 thrSession(struct tagSession *sess) | Line 184 thrSession(struct tagSession *sess) |
} else | } else |
hdr = (struct mqtthdr*) buf.msg_base; | hdr = (struct mqtthdr*) buf.msg_base; |
/* dispatch message type */ | |
switch (hdr->mqtt_msg.type) { | switch (hdr->mqtt_msg.type) { |
default: | default: |
ioDEBUG(5, "Error:: Session %s, wrong command %d - DISCARDED", | ioDEBUG(5, "Error:: Session %s, wrong command %d - DISCARDED", |