diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
commit | 39a5b78f8797ded2c50107a77794cd671dff707f (patch) | |
tree | 39f650e2e85c255908675444e0ce32d9639f251f /net/frickin/files/patch-session.cpp | |
parent | Remove non staged ports without pending PR from net-im and net-mgmt (diff) |
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes:
svn path=/head/; revision=366967
Diffstat (limited to 'net/frickin/files/patch-session.cpp')
-rw-r--r-- | net/frickin/files/patch-session.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/frickin/files/patch-session.cpp b/net/frickin/files/patch-session.cpp deleted file mode 100644 index 886d180c22f5..000000000000 --- a/net/frickin/files/patch-session.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/session.cpp.orig 2007-01-13 19:28:47.000000000 +0200 -+++ src/session.cpp 2008-07-03 16:33:51.000000000 +0300 -@@ -130,7 +130,7 @@ - - Session* Session::detatch(Client* a_Client) - { -- list<Client*>::iterator clientIter = NULL; -+ list<Client*>::iterator clientIter = m_ClientList.end(); - - assert(a_Client); - clientIter = find(m_ClientList.begin(), m_ClientList.end(), a_Client); |