[Box Backup-commit] COMMIT r3599 - box/trunk/lib/httpserver

subversion at boxbackup.org subversion at boxbackup.org
Fri Jul 31 07:40:51 BST 2015


Author: chris
Date: 2015-07-31 06:40:51 +0000 (Fri, 31 Jul 2015)
New Revision: 3599

Modified:
   box/trunk/lib/httpserver/S3Simulator.h
Log:
Fix S3Simulator daemon name, and hence memleaks filename.

Modified: box/trunk/lib/httpserver/S3Simulator.h
===================================================================
--- box/trunk/lib/httpserver/S3Simulator.h	2015-07-31 06:40:42 UTC (rev 3598)
+++ box/trunk/lib/httpserver/S3Simulator.h	2015-07-31 06:40:51 UTC (rev 3599)
@@ -34,6 +34,11 @@
 	virtual void Handle(HTTPRequest &rRequest, HTTPResponse &rResponse);
 	virtual void HandleGet(HTTPRequest &rRequest, HTTPResponse &rResponse);
 	virtual void HandlePut(HTTPRequest &rRequest, HTTPResponse &rResponse);
+
+	virtual const char *DaemonName() const
+	{
+		return "s3simulator";
+	}
 };
 
 #endif // S3SIMULATOR__H




More information about the Boxbackup-commit mailing list