]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/tipc/name_distr.c
[TIPC]: Implied connect now saves dest name for retrieval as ancillary data.
[linux-2.6-omap-h63xx.git] / net / tipc / name_distr.c
index 953307a9df1d852c3eac546d9e1d97e728f0df3e..a3bbc891f95997bf7e186607214aedddc7c1d454 100644 (file)
@@ -229,8 +229,7 @@ static void node_is_down(struct publication *publ)
                                     publ->node, publ->ref, publ->key);
         assert(p == publ);
        write_unlock_bh(&tipc_nametbl_lock);
-       if (publ)
-               kfree(publ);
+       kfree(publ);
 }
 
 /**