s3: Remove NULL checks from claim_connection()
authorVolker Lendecke <vl@samba.org>
Sun, 4 Jul 2010 16:12:24 +0000 (18:12 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 5 Jul 2010 09:06:25 +0000 (11:06 +0200)
commit33242471e5ad974bf96d2340c9aa8d56941795e7
treee7b6dc5025177ae91a88b845691ce6db0c6ad6c8
parentfaef081e967f657fb7043de683131f230f5e22c4
s3: Remove NULL checks from claim_connection()

Nowadays this is only called from make_connection_snum() where we always
provide a connection_struct.
source3/smbd/connection.c