diff options
author | Volker Lendecke <vl@samba.org> | 2010-05-01 14:39:01 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-05-02 15:16:14 +0200 |
commit | ef0adbff93d0fd2aa05bd73da8774db47903c74d (patch) | |
tree | ecd477bed1dd86dace214d66da8e14b5f5542c5e | |
parent | 685b4625bcbae46b332a8c3dbb02d59812084519 (diff) | |
download | samba-ef0adbff93d0fd2aa05bd73da8774db47903c74d.tar.gz samba-ef0adbff93d0fd2aa05bd73da8774db47903c74d.tar.xz samba-ef0adbff93d0fd2aa05bd73da8774db47903c74d.zip |
s3: Fix a typo
-rw-r--r-- | source3/winbindd/winbindd_cred_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cred_cache.c b/source3/winbindd/winbindd_cred_cache.c index 25f14f49384..848a4726f8f 100644 --- a/source3/winbindd/winbindd_cred_cache.c +++ b/source3/winbindd/winbindd_cred_cache.c @@ -269,7 +269,7 @@ done: * but try to regain ticket if it is possible */ if (entry->renew_until && expire_time && (entry->renew_until <= expire_time)) { - /* try to regain ticket 10 seconds beforre expiration */ + /* try to regain ticket 10 seconds before expiration */ expire_time -= 10; add_krb5_ticket_gain_handler_event(entry, timeval_set(expire_time, 0)); |