| commit | 3e319a93335abfd1f86eb6dac7bb81579fa6e5fc | [log] [download] |
|---|---|---|
| author | Kir Kolyshkin <kir@openvz.org> | Mon Jul 15 18:08:34 2013 -0700 |
| committer | Kir Kolyshkin <kir@openvz.org> | Mon Jul 15 18:08:34 2013 -0700 |
| tree | 32250e090e6f5e83efe87095fe8602a38354a220 | |
| parent | 3da1927b492e5e047e0b78903aa633e3f4d24b77 [diff] |
[style] vzctl_mount_snapshot(): rm unneeded typecast Both vzctl_mount_param.guid and ploop_mount_param.guid are of char * type, so there is no need to do casting here. Signed-off-by: Kir Kolyshkin <kir@openvz.org>