[netfilter-cvslog] CVS update: netfilter-ha/ct_sync

Krisztian Kovacs hidden@cvs.netfilter.org
Mon, 02 Aug 2004 15:07:53 +0200


Date:	Mon Aug  2 15:07:53 2004
Author:	hidden

Update of /cvsroot/netfilter-ha/ct_sync
In directory coruscant.gnumonks.org:/tmp/cvs-serv15720/ct_sync

Modified Files:
	ct_sync_main.c 
Log Message:
Changed checking of the return value of ip_conntrack_alloc() to a
simple NULL check, since we get simple pointers from that function
instead of values which can be checked with IS_ERR().


Revisions:
ct_sync_main.c		1.33 => 1.34
	http://cvs.netfilter.org/netfilter-ha/ct_sync/ct_sync_main.c?r1=1.33&r2=1.34