summaryrefslogtreecommitdiffstats
path: root/server/responder/common/responder_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/responder/common/responder_cmd.h')
-rw-r--r--server/responder/common/responder_cmd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/responder/common/responder_cmd.h b/server/responder/common/responder_cmd.h
index b70b297a5..b91fc23a1 100644
--- a/server/responder/common/responder_cmd.h
+++ b/server/responder/common/responder_cmd.h
@@ -40,7 +40,7 @@ struct cli_request {
struct sss_packet *out;
};
-struct nss_ctx {
+struct resp_ctx {
struct tevent_context *ev;
struct tevent_fd *lfde;
int lfd;
@@ -67,7 +67,7 @@ struct nss_ctx {
struct cli_ctx {
struct tevent_context *ev;
- struct nss_ctx *nctx;
+ struct resp_ctx *rctx;
int cfd;
struct tevent_fd *cfde;
struct sockaddr_un addr;