From: Alan T. DeKok Date: Tue, 7 Feb 2017 20:04:38 +0000 (-0500) Subject: typo X-Git-Tag: release_3_0_13~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77657df9156c193c5d1fc652ae3ea6ace072b8c8;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/main/exfile.c b/src/main/exfile.c index edafe5f6c93..26eb5348dbf 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 d5f1f68107a..801e6ada2b7 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.