From 9ccef4e62b72a42b7281e6ad6bc1127ed9504bbb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 1 Jan 2011 16:21:12 +0100 Subject: s3: Remove unused mem_ctx arg from set_getdc_request Autobuild-User: Volker Lendecke Autobuild-Date: Sat Jan 1 23:00:24 CET 2011 on sn-devel-104 --- source3/libsmb/clidgram.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/libsmb/clidgram.h') diff --git a/source3/libsmb/clidgram.h b/source3/libsmb/clidgram.h index 7c650a06ca..af924f40ce 100644 --- a/source3/libsmb/clidgram.h +++ b/source3/libsmb/clidgram.h @@ -2,8 +2,7 @@ /* The following definitions come from libsmb/clidgram.c */ -bool send_getdc_request(TALLOC_CTX *mem_ctx, - struct messaging_context *msg_ctx, +bool send_getdc_request(struct messaging_context *msg_ctx, const struct sockaddr_storage *dc_ss, const char *domain_name, const struct dom_sid *sid, -- cgit