Consistently use snum in check_user_ok
authorVolker Lendecke <vl@samba.org>
Sat, 14 Jun 2008 14:43:03 +0000 (16:43 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 14 Jun 2008 17:49:49 +0000 (19:49 +0200)
commitb14e59bfdbfb62494002e22d0665c4d420484245
treeef967091a11b8c08a4890df72cdda70e30d1a99b
parent5c916549f002d5e4e06f24d396a2bdca73d384c7
Consistently use snum in check_user_ok

Most already used it, these two still used SNUM(conn), where the only caller of
this routine (change_to_user) had set snum = SNUM(conn).
source/smbd/uid.c