1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00

r11813: Const-ify name resolution method list and use string list

utilities to set the context field.

rafal
This commit is contained in:
Rafal Szczesniak
2005-11-20 21:33:30 +00:00
committed by Gerald (Jerry) Carter
parent fb9a3c7ef3
commit 5da8b457c3
2 changed files with 2 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ struct libnet_context {
struct policy_handle user_handle;
/* name resolution methods */
char **name_res_methods;
const char **name_res_methods;
struct event_context *event_ctx;
};