
19 Aug
2010
19 Aug
'10
5:14 p.m.
2010/8/19 Eric Blake <eblake@redhat.com>:
* src/xenapi/xenapi_utils.h (createVifNetwork): Delete prototype. * src/xenapi/xenapi_utils.c (createVifNetwork): Change signature, and use virAsprintf. Detect allocation failure. (createVMRecordFromXml): Adjust caller. ---
I couldn't find any other uses of createVifNetwork, so changing its prototype and marking it static seemed best.
ACK. Matthias