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:
committed by
Gerald (Jerry) Carter
parent
fb9a3c7ef3
commit
5da8b457c3
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user