summaryrefslogtreecommitdiffstats
path: root/server/responder/nss/nsssrv.c
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-10-15 12:24:59 -0400
committerSimo Sorce <ssorce@redhat.com>2009-10-15 18:20:03 -0400
commit9a554bc4e94c99ed7969468a5c345608a5777af0 (patch)
tree70a9c57b0910bc34770dba7426a5e7b6998fea9a /server/responder/nss/nsssrv.c
parent93362b533abfc41ad4d8c3e91399549a545b9d51 (diff)
downloadsssd-9a554bc4e94c99ed7969468a5c345608a5777af0.tar.gz
sssd-9a554bc4e94c99ed7969468a5c345608a5777af0.tar.xz
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/nsssrv.c')
-rw-r--r--server/responder/nss/nsssrv.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/server/responder/nss/nsssrv.c b/server/responder/nss/nsssrv.c
index 319c0b747..9e93c069e 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 }
};