s3: auth: Add some const to the struct netr_SamInfo3 * arguments of copy_netr_SamInfo...
commitc2411767adb5ce48a4619349075f6f8faae41aab
authorJeremy Allison <jra@samba.org>
Tue, 17 Jun 2014 05:49:29 +0000 (16 22:49 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 17 Jun 2014 23:03:13 +0000 (18 01:03 +0200)
tree4434b95aa8f9fed70ec907eae5851f0aaaad7d8e
parent6c6357b6bdba3341b3eec5900c4b9ad952b8db81
s3: auth: Add some const to the struct netr_SamInfo3 * arguments of copy_netr_SamInfo3() and make_server_info_info3()

Both functions only read from the struct netr_SamInfo3 * argument.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
Reviewed-by: Simo Sorce <idra@samba.org>
source3/auth/auth_util.c
source3/auth/proto.h
source3/auth/server_info.c