typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 7 Feb 2017 20:04:38 +0000 (15:04 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 7 Feb 2017 20:05:41 +0000 (15:05 -0500)
src/main/exfile.c
src/modules/rlm_detail/rlm_detail.c

index edafe5f..26eb534 100644 (file)
@@ -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++) {
index d5f1f68..801e6ad 100644 (file)
@@ -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.