X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fpeerfactory.cpp;h=37f41755fb79c9ec7f68306e8d26d4fcba9f0ebb;hp=580c2baa8919edb16fcae1ae5bfd05d144072581;hb=8582c2ad5708a1972c85bea1cf8d81ad3ece4814;hpb=921e54680da16fcf2adb7a90506875aceb6633a4 diff --git a/src/common/peerfactory.cpp b/src/common/peerfactory.cpp index 580c2baa..37f41755 100644 --- a/src/common/peerfactory.cpp +++ b/src/common/peerfactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 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; }