projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5a2130
)
Invalid count 2 -> 1
author
Robert Swiecki
<robert@swiecki.net>
Fri, 10 Feb 2017 01:24:35 +0000
(
02:24
+0100)
committer
Robert Swiecki
<robert@swiecki.net>
Fri, 10 Feb 2017 01:24:35 +0000
(
02:24
+0100)
user.c
patch
|
blob
|
history
diff --git
a/user.c
b/user.c
index 9227d0a0f596da5140664b3f239dde363ff26106..52a7db7567316160d4cfc75781ca14b0e0223258 100644
(file)
--- a/
user.c
+++ b/
user.c
@@
-65,7
+65,7
@@
static bool userUidMapSelf(struct nsjconf_t *nsjconf, pid_t pid)
struct idmap_t *p;
TAILQ_FOREACH(p, &nsjconf->uids, pointers) {
- utilSSnPrintf(map, sizeof(map), "%lu %lu
2
\n", (unsigned long)p->inside_id,
+ utilSSnPrintf(map, sizeof(map), "%lu %lu
1
\n", (unsigned long)p->inside_id,
(unsigned long)p->outside_id);
}