
11 May
2010
11 May
'10
2 a.m.
libvir-list-bounces@redhat.com wrote on 05/10/2010 07:14:50 PM:
* src/util/macvtap.c (delMacvtap): Fix documentation. ---
Pushing as trivial.
src/util/macvtap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/util/macvtap.c b/src/util/macvtap.c index 5d129fd..1f8dd29 100644 --- a/src/util/macvtap.c +++ b/src/util/macvtap.c @@ -669,13 +669,13 @@ link_del_exit:
return rc; }
/** - * delMacvtapByName: + * delMacvtap: * @ifname : The name of the macvtap interface * * Delete an interface given its name. */ void delMacvtap(const char *ifname)
Was the old name of the function. ACK. Stefan