diff options
author | Wilco Baan Hofman <wilco@baanhofman.nl> | 2010-05-21 14:56:15 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-20 17:19:12 +0200 |
commit | 3895b8fbf84764ff603af91644198e518af97e74 (patch) | |
tree | 4707d3dba5ed1342b6c2e73522b9f988e31c93ce /source4/utils | |
parent | 8f74ee01d9bb93872c5cd5471084c8bd2da0d17f (diff) | |
download | samba-3895b8fbf84764ff603af91644198e518af97e74.tar.gz samba-3895b8fbf84764ff603af91644198e518af97e74.tar.xz samba-3895b8fbf84764ff603af91644198e518af97e74.zip |
Revert "Add old functionality back which was removed in commit 589a42e2."
This reverts commit 94e3b4a0d8b714c101803886d60ae6c484740d2f.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/net/net_gpo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/net/net_gpo.c b/source4/utils/net/net_gpo.c index f570d83a260..45f568c192f 100644 --- a/source4/utils/net/net_gpo.c +++ b/source4/utils/net/net_gpo.c @@ -256,7 +256,7 @@ static int net_gpo_list(struct net_context *ctx, int argc, const char **argv) return 1; } - status = auth_generate_session_info2(gp_ctx, gp_ctx->ev_ctx, gp_ctx->lp_ctx, server_info, &session_info); + status = auth_generate_session_info(gp_ctx, gp_ctx->ev_ctx, gp_ctx->lp_ctx, server_info, &session_info); if (!NT_STATUS_IS_OK(status)) { DEBUG(0, ("Failed to generate session information: %s\n", get_friendly_nt_error_msg(status))); talloc_free(gp_ctx); |