From b59caf8999bc0631e57d9a3b7de8d7367c44494f Mon Sep 17 00:00:00 2001
From: Evan Broder <broder@mit.edu>
Date: Tue, 28 Oct 2008 20:14:04 -0400
Subject: [PATCH] Fix a typo in invirt-vmcontrol

svn path=/trunk/packages/invirt-remote-host/; revision=1397
---
 debian/changelog                |    6 ++++++
 files/usr/sbin/invirt-vmcontrol |    1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d23e4ac..aaaf9ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+invirt-remote-host (0.0.4) unstable; urgency=low
+
+  * Fix a typo in invirt-vmcontrol
+
+ -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 20:11:44 -0400
+
 invirt-remote-host (0.0.3) unstable; urgency=low
 
   * Add support for a `remote control vnctoken` remctl for generating a
diff --git a/files/usr/sbin/invirt-vmcontrol b/files/usr/sbin/invirt-vmcontrol
index 520aebd..5a47705 100755
--- a/files/usr/sbin/invirt-vmcontrol
+++ b/files/usr/sbin/invirt-vmcontrol
@@ -42,6 +42,7 @@ case "$ACTION" in
 	;;
     vnctoken)
         invirt-vnc-authtoken "$ORIGMACHINE"
+        ;;
     *)
         echo "ERROR: Invalid Command"
         exit 34
-- 
1.7.9.5