Skip to content

Commit

Permalink
Refactor nss_ctx to resp_ctx in responders
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallagher authored and simo5 committed Mar 26, 2009
1 parent 8529f38 commit a5ce26e
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 109 deletions.
4 changes: 2 additions & 2 deletions server/responder/common/responder_cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
Loading

0 comments on commit a5ce26e

Please sign in to comment.