# HG changeset patch
# User Dag Stenstad <[email protected]>
# Date 1272975789 -7200
# Node ID f286916629bb730e8000fb0d0efe270a220df9f4
# Parent  a5d8bc63cb5f1d429d6aa5dc70699582aeeaf6dd
Low: RA: VirtualDomain: Removed UTF-8 alt-space from previous patch..

diff -r a5d8bc63cb5f -r f286916629bb heartbeat/VirtualDomain
--- a/heartbeat/VirtualDomain   Tue May 04 14:03:15 2010 +0200
+++ b/heartbeat/VirtualDomain   Tue May 04 14:23:09 2010 +0200
@@ -142,7 +142,7 @@ VirtualDomain_Define() {
     if [ -z "$DOMAIN_NAME" ]; then
        # Spin until we have a domain name
     COUNTER=0
-       while [ $COUNTER -lt 100 ]; do
+       while [ $COUNTER -lt 100 ]; do
            virsh_output=`virsh ${VIRSH_OPTIONS} define ${OCF_RESKEY_config}`
            domain_name=`echo "$virsh_output" | sed -e 's/Domain \(.*\) defined 
from .*$/\1/'`
         if [ -n $domain_name ]; then
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to