From 77657df9156c193c5d1fc652ae3ea6ace072b8c8 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 7 Feb 2017 15:04:38 -0500 Subject: [PATCH] typo --- src/main/exfile.c | 2 +- src/modules/rlm_detail/rlm_detail.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/exfile.c b/src/main/exfile.c index edafe5f..26eb534 100644 --- a/src/main/exfile.c +++ b/src/main/exfile.c @@ -294,7 +294,7 @@ do_return: * Try to lock it. If we can't lock it, it's because * some reader has re-named the file to "foo.work" and * locked it. So, we close the current file, re-open it, - * and try again/ + * and try again. */ if (ef->locking) { for (tries = 0; tries < MAX_TRY_LOCK; tries++) { diff --git a/src/modules/rlm_detail/rlm_detail.c b/src/modules/rlm_detail/rlm_detail.c index d5f1f68..801e6ad 100644 --- a/src/modules/rlm_detail/rlm_detail.c +++ b/src/modules/rlm_detail/rlm_detail.c @@ -426,7 +426,7 @@ skip_group: * Flush everything */ fclose(outfp); - exfile_unlock(inst->ef, outfd); /* do NOT close outfp */ + exfile_unlock(inst->ef, outfd); /* do NOT close outfd */ /* * And everything is fine. -- 2.1.4