Skip to content

Commit

Permalink
get_mapped_rootid: fix description
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
  • Loading branch information
hallyn committed Jan 23, 2014
1 parent 2a9a80c commit 0b3a650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lxc/conf.c
Expand Up @@ -3131,8 +3131,8 @@ int lxc_map_ids(struct lxc_list *idmap, pid_t pid)
}

/*
* return the host uid to which the container root is mapped, or -1 on
* error
* return the host uid to which the container root is mapped in *val.
* Return true if id was found, false otherwise.
*/
bool get_mapped_rootid(struct lxc_conf *conf, enum idtype idtype,
unsigned long *val)
Expand Down

0 comments on commit 0b3a650

Please sign in to comment.