fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / net / tipc / cluster.h
index 9963642..1b4cd30 100644 (file)
@@ -86,7 +86,7 @@ static inline struct cluster *tipc_cltr_find(u32 addr)
 
        if (z_ptr)
                return z_ptr->clusters[1];
-       return 0;
+       return NULL;
 }
 
 #endif