[couchdb-glib] Return TRUE in watch_timeout_cb



commit 1baf603212ebb90705edddad15dfeabfd3470299
Author: Andreas Jaeger <aj novell com>
Date:   Mon Mar 8 13:51:09 2010 +0100

    Return TRUE in watch_timeout_cb

 couchdb-glib/dbwatch.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/couchdb-glib/dbwatch.c b/couchdb-glib/dbwatch.c
index 0c800ab..3d3d4ae 100644
--- a/couchdb-glib/dbwatch.c
+++ b/couchdb-glib/dbwatch.c
@@ -110,6 +110,8 @@ watch_timeout_cb (gpointer user_data)
 	/* Free memory */
 	g_object_unref (G_OBJECT (parser));
 	g_free (url);
+
+	return TRUE;
 }
 
 DBWatch *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]