summaryrefslogtreecommitdiffstats
path: root/server/red_channel.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-08-30 10:36:54 +0300
committerAlon Levy <alevy@redhat.com>2012-08-30 17:08:09 +0300
commit3d28317e978271085ad274139f5646b2b171d509 (patch)
tree65f99139a30bc86971621045f86cb629f468e89d /server/red_channel.c
parent4f7876e4c86b284db33c50888b759fbd71a630b1 (diff)
downloadspice-3d28317e978271085ad274139f5646b2b171d509.tar.gz
spice-3d28317e978271085ad274139f5646b2b171d509.tar.xz
spice-3d28317e978271085ad274139f5646b2b171d509.zip
server: freezed->froze, missing whitespace after declarations
Diffstat (limited to 'server/red_channel.c')
-rw-r--r--server/red_channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/red_channel.c b/server/red_channel.c
index c720b70c..b52f9e6e 100644
--- a/server/red_channel.c
+++ b/server/red_channel.c
@@ -734,6 +734,7 @@ int red_channel_client_waits_for_migrate_data(RedChannelClient *rcc)
int red_channel_waits_for_migrate_data(RedChannel *channel)
{
RedChannelClient *rcc;
+
if (!red_channel_is_connected(channel)) {
return FALSE;
}