]> xenbits.xensource.com Git - xen.git/commitdiff
xenstore: Place return statement in the correct place to fix the build.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Apr 2008 15:02:49 +0000 (16:02 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Apr 2008 15:02:49 +0000 (16:02 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/xenstore/xenstore_client.c

index dabf4f72a98a0bbbb9aee5e12ca2baefbb00c4a0..762a014c263c74c3aae70b09b55a70db39d6b6fb 100644 (file)
@@ -427,9 +427,9 @@ perform(enum mode mode, int optind, int argc, char **argv, struct xs_handle *xsh
             break;
         }
         }
-
-        return 0;
     }
+
+    return 0;
 }
 
 static enum mode lookup_mode(const char *m)