commit | 7fd2adf12afded282a9021f87fac2b0e398f49c4 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed Nov 11 14:04:51 2009 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Nov 11 14:05:44 2009 +0300 |
tree | c9de9339c7926ec6e01b90f105b4c55765fd0690 | |
parent | c008ea7a00528135d5e1bbf7f9f88326e287d521 [diff] |
src/lib/create.c: fix minor compiler warning Fix the following compiler warning: CC create.lo create.c: In function ‘fs_create’: create.c:129: warning: suggest parentheses around assignment used as truth value create.c:131: warning: suggest parentheses around assignment used as truth value Signed-off-by: Kir Kolyshkin <kir@openvz.org>