diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-03-05 21:09:37 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-06 15:29:18 -0500 |
commit | b300bad539e9a9ad7f3a88dc91253afff0425cb6 (patch) | |
tree | 4fbd463ffcb9c6b898d72f27aa443deea1e2bff4 /src/providers/dp_backend.h | |
parent | 21f666d6a88dfa9cd7e984c25464dd56fe170598 (diff) | |
download | sssd-b300bad539e9a9ad7f3a88dc91253afff0425cb6.tar.gz sssd-b300bad539e9a9ad7f3a88dc91253afff0425cb6.tar.xz sssd-b300bad539e9a9ad7f3a88dc91253afff0425cb6.zip |
Only do one cycle when resolving a server
https://fedorahosted.org/sssd/ticket/1214
Diffstat (limited to 'src/providers/dp_backend.h')
-rw-r--r-- | src/providers/dp_backend.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index b6b3db50a..96c774783 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -209,6 +209,11 @@ struct tevent_req *be_resolve_server_send(TALLOC_CTX *memctx, struct be_ctx *ctx, const char *service_name); int be_resolve_server_recv(struct tevent_req *req, struct fo_server **srv); + +void be_fo_set_port_status(struct be_ctx *ctx, + struct fo_server *server, + enum port_status status); + /* * Instruct fail-over to try next server on the next connect attempt. * Should be used after connection to service was unexpectedly dropped |