git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d25661a
)
Remove now unneeded talloc ctx parameter from do_join_modify_vals_config().
author
Michael Adam
<obnox@samba.org>
Tue, 25 Dec 2007 02:40:35 +0000
(
03:40
+0100)
committer
Michael Adam
<obnox@samba.org>
Tue, 25 Dec 2007 02:40:35 +0000
(
03:40
+0100)
Michael
(This used to be commit
f8823ae1232022ed3f7f9be6b8959d413e8aed19
)
source3/libnet/libnet_join.c
patch
|
blob
|
history
diff --git
a/source3/libnet/libnet_join.c
b/source3/libnet/libnet_join.c
index 663728a7a97dc39a382c686e6fda433a0a43db79..5301674f41863db61f0b8a0b721510e1327ab265 100644
(file)
--- a/
source3/libnet/libnet_join.c
+++ b/
source3/libnet/libnet_join.c
@@
-331,8
+331,7
@@
done:
return status;
}
-static WERROR do_join_modify_vals_config(TALLOC_CTX *mem_ctx,
- struct libnet_JoinCtx *r)
+static WERROR do_join_modify_vals_config(struct libnet_JoinCtx *r)
{
WERROR werr;
bool is_ad = false;
@@
-399,7
+398,7
@@
static WERROR do_JoinConfig(TALLOC_CTX *mem_ctx,
return WERR_OK;
}
- werr = do_join_modify_vals_config(
mem_ctx,
r);
+ werr = do_join_modify_vals_config(r);
if (!W_ERROR_IS_OK(werr)) {
return werr;
}