commit | 732cfbbeba24973bb827bee1f2f2c76ec381aae4 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Sep 03 21:12:03 2010 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Sep 03 21:12:03 2010 +0400 |
tree | e0c57aa48dcbdb147ae69f0442c684a810be1f62 | |
parent | 5b35797753892bfa507b2aa0a1207f0c97bba005 [diff] |
Revert "list2str(): removed duplicated statement" list2str_c produces wrong string when list is empty: # vzctl set <vmid> --ipdel all --save produces IP_ADDRESS=" Note a single quote (instead of ""). http://bugzilla.openvz.org/1628 This reverts commit 0d59c4f8db21a6a707227b24d3f66c34ec9d1cc3. Reported-by: Dietmar Maurer <dietmar@maurer-it.com>