]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
sys: fix typo in prctl() error message
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 25 Aug 2014 15:24:58 +0000 (17:24 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 25 Aug 2014 15:25:14 +0000 (17:25 +0200)
sys_linux.c

index b8229ddcc05d804fffb13d34f62572074afd1cac..a8af8dfc89bcf6c9fce05ff0e7282ea4e819ac65 100644 (file)
@@ -367,7 +367,7 @@ SYS_Linux_DropRoot(char *user)
   }
 
   if (prctl(PR_SET_KEEPCAPS, 1)) {
-    LOG_FATAL(LOGF_SysLinux, "prcap() failed");
+    LOG_FATAL(LOGF_SysLinux, "prctl() failed");
   }
   
   if (setgroups(0, NULL)) {