X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fpeerfactory.cpp;h=cd0987b4e9669edc799981c06a8be7fc2ac60cab;hp=2364b7199ba727190c0a12551b04cd450b87754a;hb=e67887343c433cc35bc26ad6a9392588f427e746;hpb=0094d9ce512ca2e10500f079c489fc4c45970813 diff --git a/src/common/peerfactory.cpp b/src/common/peerfactory.cpp index 2364b719..cd0987b4 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-2015 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; }