summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2011-04-22 21:08:28 +0300
committerJens Georg <mail@jensge.org>2011-05-23 21:43:14 +0200
commita610130f87c5bc2e3224561c5d89281cf92c2e30 (patch)
tree4763b9ada52831dd5094c48b4f8a8497aa32d832
parent884b55e8915c1a9e56b50148f050c94dc81cbde7 (diff)
downloadrygel-a610130f87c5bc2e3224561c5d89281cf92c2e30.tar.gz
core: Call correct callback in handle_real
Was working by chance only
-rw-r--r--src/rygel/rygel-http-post.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rygel/rygel-http-post.vala b/src/rygel/rygel-http-post.vala
index 41cb3669..4ec1b591 100644
--- a/src/rygel/rygel-http-post.vala
+++ b/src/rygel/rygel-http-post.vala
@@ -78,7 +78,7 @@ internal class Rygel.HTTPPost : HTTPRequest {
this.cancellable);
this.server.unpause_message (this.msg);
- this.handle_continue = this.handle.callback;
+ this.handle_continue = this.handle_real.callback;
yield;
}