X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fpeerfactory.cpp;h=37f41755fb79c9ec7f68306e8d26d4fcba9f0ebb;hp=2364b7199ba727190c0a12551b04cd450b87754a;hb=8582c2ad5708a1972c85bea1cf8d81ad3ece4814;hpb=ce26c3770b254362c7bd1e094ba8f8bf22133653 diff --git a/src/common/peerfactory.cpp b/src/common/peerfactory.cpp index 2364b719..37f41755 100644 --- a/src/common/peerfactory.cpp +++ b/src/common/peerfactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -56,5 +56,5 @@ RemotePeer *PeerFactory::createPeer(const ProtoList &protocols, AuthHandler *aut } } - return 0; + return nullptr; }