From c4cbe4a94fd63e0da6e291a481b9a9ccc71e7843 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 7 Jul 2009 18:51:35 +0200 Subject: Added add_user command to client & UserBackendMysql --- src/Core/Exception.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Core/Exception.cpp') diff --git a/src/Core/Exception.cpp b/src/Core/Exception.cpp index 1a71ebd..0e086d5 100644 --- a/src/Core/Exception.cpp +++ b/src/Core/Exception.cpp @@ -53,6 +53,8 @@ std::string Exception::strerror() const { return ret + "The host is already identified"; case UNKNOWN_DAEMON: return ret + "The daemon is unknown"; + case DUPLICATE_ENTRY: + return ret + "Duplicate entry"; default: return ret + "Unknown error"; } -- cgit v1.2.3