summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2013-10-23 08:20:19 +0200
committerRoss Lagerwall <rosslagerwall@gmail.com>2013-10-25 06:10:38 +0200
commite1fb4516d5a3cc222f5bcc629ea0c509b7934ebd (patch)
tree2530b6aea51eca2c710a38e54f6eebf861d187a2
parent0f1c61fd236219fda950e3f04b52ee4486dcd0b1 (diff)
downloadgvfs-e1fb4516d5a3cc222f5bcc629ea0c509b7934ebd.tar.gz
client: Fix usage of incorrect enum constant
https://bugzilla.gnome.org/show_bug.cgi?id=710698
-rw-r--r--client/gdaemonfileoutputstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gdaemonfileoutputstream.c b/client/gdaemonfileoutputstream.c
index ece1d2ea..e1804867 100644
--- a/client/gdaemonfileoutputstream.c
+++ b/client/gdaemonfileoutputstream.c
@@ -1149,7 +1149,7 @@ iterate_query_state_machine (GDaemonFileOutputStream *file,
g_string_truncate (file->input_buffer, 0);
/* This wasn't interesting, read next reply */
- op->state = SEEK_STATE_HANDLE_INPUT;
+ op->state = QUERY_STATE_HANDLE_INPUT;
break;
default: