--- mqtt/src/Attic/mqtt.c 2011/11/24 15:14:08 1.1.1.1.2.13 +++ mqtt/src/Attic/mqtt.c 2011/11/24 15:34:18 1.1.1.1.2.14 @@ -63,6 +63,12 @@ main(int argc, char **argv) } else call.LOG(logg, "InitSess: %d\n", ret); + if ((ret = call.ChkSessPUB(&cfg, pub, "misho", "127.0._.1%")) == -1) { + printf("Error:: Session check problem\n"); + goto end; + } else + call.LOG(logg, "ChkSess: %d\n", ret); + if ((ret = call.FiniSessPUB(&cfg, pub, "misho", "127.0._.1%")) == -1) { printf("Error:: Session fini problem\n"); goto end;