vps_save_config(): don't let old_p be NULL

In case file denoted by 'path' is non-existent,
old_p stays NULL, leading to null pointer dereferences down the line.

Fix logic.

Found by coverity, CID 996856.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed