From 19ce9c81a6a759219a80de9474f1a5a4eafe9ae5 Mon Sep 17 00:00:00 2001 From: Jakub Adam Date: Thu, 16 Aug 2012 22:12:37 +0200 Subject: [PATCH] buddy: make pending_photo_requests static --- src/core/sipe-buddy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/sipe-buddy.c b/src/core/sipe-buddy.c index cd6bbf08..46dfe40e 100644 --- a/src/core/sipe-buddy.c +++ b/src/core/sipe-buddy.c @@ -72,7 +72,7 @@ struct photo_response_data { * Any pending photo requests to addressbook server are freed when account * disconnects. */ -GSList *pending_photo_requests = NULL; +static GSList *pending_photo_requests = NULL; static void buddy_fetch_photo(struct sipe_core_private *sipe_private, const gchar *uri); -- 2.11.4.GIT