aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/gnunet-service-peerstore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerstore/gnunet-service-peerstore.c')
-rw-r--r--src/peerstore/gnunet-service-peerstore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peerstore/gnunet-service-peerstore.c b/src/peerstore/gnunet-service-peerstore.c
index c674d3c11..97c272b18 100644
--- a/src/peerstore/gnunet-service-peerstore.c
+++ b/src/peerstore/gnunet-service-peerstore.c
@@ -93,12 +93,12 @@ static struct ClientEntry *client_tail;
93/** 93/**
94 * Are we in the process of shutting down the service? #GNUNET_YES / #GNUNET_NO 94 * Are we in the process of shutting down the service? #GNUNET_YES / #GNUNET_NO
95 */ 95 */
96int in_shutdown; 96static int in_shutdown;
97 97
98/** 98/**
99 * Perform the actual shutdown operations 99 * Perform the actual shutdown operations
100 */ 100 */
101void 101static void
102do_shutdown () 102do_shutdown ()
103{ 103{
104 if (NULL != db_lib_name) 104 if (NULL != db_lib_name)