diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-25 17:03:26 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-25 17:38:31 +0200 |
commit | 1df18922c613d2d3c8c23b919e435cb1de915eaa (patch) | |
tree | e0dd2593bfa8b10e02f0ba5af3f320ab8de1fc47 /source3/include | |
parent | 3176ee2632ddfc6a1fb6f7f3e255cd369c1f0907 (diff) | |
download | samba-1df18922c613d2d3c8c23b919e435cb1de915eaa.tar.gz samba-1df18922c613d2d3c8c23b919e435cb1de915eaa.tar.bz2 samba-1df18922c613d2d3c8c23b919e435cb1de915eaa.zip |
Add some const to dsgetdcname
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index c530ee5b15..44f6685dac 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3064,7 +3064,7 @@ void debug_dsdcinfo_flags(int lvl, uint32_t flags); NTSTATUS dsgetdcname(TALLOC_CTX *mem_ctx, struct messaging_context *msg_ctx, const char *domain_name, - struct GUID *domain_guid, + const struct GUID *domain_guid, const char *site_name, uint32_t flags, struct netr_DsRGetDCNameInfo **info); |