summaryrefslogtreecommitdiffstats
path: root/src/responder
diff options
context:
space:
mode:
Diffstat (limited to 'src/responder')
-rw-r--r--src/responder/common/responder_cmd.c2
-rw-r--r--src/responder/nss/nsssrv_services.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/responder/common/responder_cmd.c b/src/responder/common/responder_cmd.c
index 16f38eafd..a9c4e36ee 100644
--- a/src/responder/common/responder_cmd.c
+++ b/src/responder/common/responder_cmd.c
@@ -271,7 +271,7 @@ sss_cmd_check_cache(struct ldb_message *msg,
/* cache still valid */
if (midpoint_refresh && midpoint_refresh < now) {
- /* We're past the the cache refresh timeout
+ /* We're past the cache refresh timeout
* We'll return the value from the cache, but we'll also
* queue the cache entry for update out-of-band.
*/
diff --git a/src/responder/nss/nsssrv_services.c b/src/responder/nss/nsssrv_services.c
index d79323c34..ee847f6d3 100644
--- a/src/responder/nss/nsssrv_services.c
+++ b/src/responder/nss/nsssrv_services.c
@@ -341,7 +341,7 @@ getserv_send(TALLOC_CTX *mem_ctx,
if (NEED_CHECK_PROVIDER(dom->provider)
&& midpoint_refresh
&& midpoint_refresh < now) {
- /* We're past the the cache refresh timeout
+ /* We're past the cache refresh timeout
* We'll return the value from the cache, but we'll also
* queue the cache entry for update out-of-band.
*/