WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Fix typo.

# HG changeset patch
# User Andrew Warfield <andy@xxxxxxxxxxxxx>
# Node ID 8135621eeb7b9ff3b34daaff46719dd7fefb3782
# Parent  90fb2c4d33a5038bffa91f91bf990ac7eb8f2d0e
Fix typo.

Signed-off-by: <andy@xxxxxxxxxxxxx>
---
 tools/blktap/lib/xs_api.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 90fb2c4d33a5 -r 8135621eeb7b tools/blktap/lib/xs_api.c
--- a/tools/blktap/lib/xs_api.c Tue Aug 29 15:58:57 2006 -0700
+++ b/tools/blktap/lib/xs_api.c Tue Aug 29 16:31:57 2006 -0700
@@ -255,7 +255,7 @@ int convert_dev_name_to_num(char *name) 
         free(p_plx);
         free(alpha);
         
-       return 0;
+       return ret;
 }
 
 /**

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix typo., Xen patchbot-unstable <=