From 1c2db7eb9b783b3d9ba9fdbfe28a528f6f8006fe Mon Sep 17 00:00:00 2001 From: thunder2 Date: Sat, 11 Sep 2010 11:11:58 +0000 Subject: [PATCH] Added missing return to p3turtle::loadList. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3467 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/turtle/p3turtle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare/src/turtle/p3turtle.h b/libretroshare/src/turtle/p3turtle.h index cebd33453..444e7c385 100644 --- a/libretroshare/src/turtle/p3turtle.h +++ b/libretroshare/src/turtle/p3turtle.h @@ -261,7 +261,7 @@ class p3turtle: public p3Service, public pqiMonitor, public RsTurtle,/* public f /************* from p3Config *******************/ virtual RsSerialiser *setupSerialiser() ; virtual std::list saveList(bool& cleanup) ; - virtual bool loadList(std::list load) {} + virtual bool loadList(std::list load) { return true; } /************* Communication with ftserver *******************/ /// Does the turtle router manages tunnels to this peer ? (this is not a