diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-15 12:24:59 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-10-15 18:20:03 -0400 |
commit | 9a554bc4e94c99ed7969468a5c345608a5777af0 (patch) | |
tree | 70a9c57b0910bc34770dba7426a5e7b6998fea9a /server/responder/nss | |
parent | 93362b533abfc41ad4d8c3e91399549a545b9d51 (diff) | |
download | sssd-9a554bc4e94c99ed7969468a5c345608a5777af0.tar.gz sssd-9a554bc4e94c99ed7969468a5c345608a5777af0.tar.bz2 sssd-9a554bc4e94c99ed7969468a5c345608a5777af0.zip |
Remove two unused functions.
These functions were used when reconnecting to the DP after losing
the connection. Since there is no DP any longer, there's no reason
to have these functions.
Diffstat (limited to 'server/responder/nss')
-rw-r--r-- | server/responder/nss/nsssrv.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/server/responder/nss/nsssrv.c b/server/responder/nss/nsssrv.c index 319c0b74..9e93c069 100644 --- a/server/responder/nss/nsssrv.c +++ b/server/responder/nss/nsssrv.c @@ -216,14 +216,6 @@ done: return ret; } -static void nss_shutdown(struct resp_ctx *rctx) -{ - /* TODO: Do clean-up here */ - - /* Nothing left to do but exit() */ - exit(0); -} - static struct sbus_method nss_dp_methods[] = { { NULL, NULL } }; |