diff options
Diffstat (limited to 'source3/auth/server_info.c')
-rw-r--r-- | source3/auth/server_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/server_info.c b/source3/auth/server_info.c index df0be5418f..4ce57c1f4a 100644 --- a/source3/auth/server_info.c +++ b/source3/auth/server_info.c @@ -580,7 +580,7 @@ done: } } while(0) struct netr_SamInfo3 *copy_netr_SamInfo3(TALLOC_CTX *mem_ctx, - struct netr_SamInfo3 *orig) + const struct netr_SamInfo3 *orig) { struct netr_SamInfo3 *info3; unsigned int i; |