summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cred_cache.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-01-09 20:26:46 +0100
committerVolker Lendecke <vl@samba.org>2010-01-10 20:56:16 +0100
commitfd1b6bdef9b68b9fc8c7915350c48eeaba9d7c04 (patch)
tree655d6e53da57d6583b874c9a74165bf0b8243bc6 /source3/winbindd/winbindd_cred_cache.c
parent86a73e6eba35973b0de63e3e048da99c7472582a (diff)
downloadsamba-fd1b6bdef9b68b9fc8c7915350c48eeaba9d7c04.tar.gz
samba-fd1b6bdef9b68b9fc8c7915350c48eeaba9d7c04.tar.bz2
samba-fd1b6bdef9b68b9fc8c7915350c48eeaba9d7c04.zip
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/winbindd/winbindd_cred_cache.c')
-rw-r--r--source3/winbindd/winbindd_cred_cache.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/winbindd/winbindd_cred_cache.c b/source3/winbindd/winbindd_cred_cache.c
index 01b77f0a83..df09bbe1bd 100644
--- a/source3/winbindd/winbindd_cred_cache.c
+++ b/source3/winbindd/winbindd_cred_cache.c
@@ -544,11 +544,11 @@ NTSTATUS add_ccache_to_list(const char *princ_name,
/* FIXME: in this case we still might want to have a krb5 cred
* event handler created - gd
* Add ticket refresh handler here */
-
+
if (!lp_winbind_refresh_tickets() || renew_until <= 0) {
return NT_STATUS_OK;
}
-
+
if (!entry->event) {
if (postponed_request) {
t = timeval_current_ofs(MAX(30, lp_winbind_cache_time()), 0);
@@ -585,7 +585,7 @@ NTSTATUS add_ccache_to_list(const char *princ_name,
DEBUG(10,("add_ccache_to_list: added krb5_ticket handler\n"));
}
-
+
return NT_STATUS_OK;
}