summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-06-08 12:34:11 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-06-08 12:34:11 +0300
commit7b4f6c89f533422d8f822c1395fffe31a6790ecf (patch)
tree3d28dd7893b806e40bd7a907e0e2f4f3724393f8
parent4c1e9f9d1f78ece0d6b098efd0b902e9f04db625 (diff)
downloadfileserv-7b4f6c89f533422d8f822c1395fffe31a6790ecf.tar.gz
fileserv-7b4f6c89f533422d8f822c1395fffe31a6790ecf.tar.bz2
Fix typo
-rw-r--r--src/runas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runas.c b/src/runas.c
index 8ebe51a..481fa7a 100644
--- a/src/runas.c
+++ b/src/runas.c
@@ -122,3 +122,3 @@ runas(char const *runas_user, char const *runas_group)
122 if (!gr) { 122 if (!gr) {
123 error("%s: no such group", runas_user); 123 error("%s: no such group", runas_group);
124 exit(1); 124 exit(1);

Return to:

Send suggestions and report system problems to the System administrator.