1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00

r26573: Fix warnings.

This commit is contained in:
Jelmer Vernooij
2007-12-23 21:27:58 -06:00
committed by Stefan Metzmacher
parent 15038d9586
commit 874f0ac056
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ struct libnet_context {
/* samr connection parameters - opened handles and related properties */
struct {
struct dcerpc_pipe *pipe;
char *name;
const char *name;
struct dom_sid *sid;
uint32_t access_mask;
struct policy_handle handle;
@@ -41,7 +41,7 @@ struct libnet_context {
/* lsa connection parameters - opened handles and related properties */
struct {
struct dcerpc_pipe *pipe;
char *name;
const char *name;
uint32_t access_mask;
struct policy_handle handle;
} lsa;