Updated comment for mqtt.client parameters.

This commit is contained in:
Jonathan Karras 2015-09-15 23:11:20 -06:00
parent 524cec539f
commit 5161081c1c
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ void mqtt_socket_timer(void *arg)
NODE_DBG("leave mqtt_socket_timer.\n");
}
// Lua: mqtt.Client(clientid, keepalive, user, pass)
// Lua: mqtt.Client(clientid, keepalive, user, pass, clean_session)
static int mqtt_socket_client( lua_State* L )
{
NODE_DBG("enter mqtt_socket_client.\n");