summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2010-06-13 21:32:14 +0300
committerFelipe Contreras <felipe.contreras@gmail.com>2010-06-14 03:33:28 +0300
commit69abe0167a51b96a7caafa32edc66c3186be784a (patch)
treebf8293a1cc4628e98546722976c7277310c79ad8
parentd05561a093a36337c175d7a344995942bd453b9f (diff)
ns: send initial command
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-rw-r--r--pn_ns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pn_ns.c b/pn_ns.c
index 0a44c31..e881b2c 100644
--- a/pn_ns.c
+++ b/pn_ns.c
@@ -33,7 +33,7 @@ pn_ns_free(struct pn_ns *ns)
static void
open_cb(struct pn_ns *self)
{
- /* stub */
+ pn_cmd_node_send(PN_CMD_NODE(self), "VER", "MSNP12");
}
/* GObject stuff */