diff options
author | Simo Sorce <simo@redhat.com> | 2013-01-11 19:04:24 -0500 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-01-16 15:57:59 +0100 |
commit | 58e37bf06ce31227e18e7ff0f74675b56933843e (patch) | |
tree | 01717a565d9d16b444ac74df3b4d758e0f445f3d /src | |
parent | 0b7be98ee0f8757428a45b22d1ace937e6bb7799 (diff) | |
download | sssd-58e37bf06ce31227e18e7ff0f74675b56933843e.tar.gz sssd-58e37bf06ce31227e18e7ff0f74675b56933843e.tar.xz sssd-58e37bf06ce31227e18e7ff0f74675b56933843e.zip |
Remove outdated code.
This code should not be necessary anymore since June 2010 with commit:
90acbcf20b5f896ca8f631923afe946c90d90de7
Diffstat (limited to 'src')
-rw-r--r-- | src/providers/proxy/proxy_common.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/providers/proxy/proxy_common.c b/src/providers/proxy/proxy_common.c index b50e11388..6d5c455c2 100644 --- a/src/providers/proxy/proxy_common.c +++ b/src/providers/proxy/proxy_common.c @@ -27,15 +27,5 @@ void proxy_reply(struct be_req *req, int dp_err, int error, const char *errstr) { - if (!req->be_ctx->offstat.offline) { - /* This action took place online. - * Fire any online callbacks if necessary. - * Note: we're checking the offline value directly, - * because if the activity took a long time to - * complete, calling be_is_offline() might report false - * incorrectly. - */ - be_run_online_cb(req->be_ctx); - } return req->fn(req, dp_err, error, errstr); } |