]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
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 edafe5f6c9385d2b72669f90793344b6b7308c87..26eb5348dbf85339ee709863693cd29a6d80b9a3 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 d5f1f68107ae251fe9d4aee64824e4c3fc994d4f..801e6ada2b7143fee4c647eb732a686d01c72c36 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.