unix_dgram_connect(): use sk->sk_type instead of sock->type

A couple of places in it are using sock->type in exact same way
similar places in other methods use sk->sk_type.  And the values
are equal (and both stable, etc.)

Make it more uniform.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 file changed