mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -25,7 +25,7 @@ RipcdConnection::RipcdConnection(int id,int fd)
|
||||
ripcd_id=id;
|
||||
ripcd_authenticated=false;
|
||||
accum="";
|
||||
ripcd_socket=new QSocket();
|
||||
ripcd_socket=new Q3Socket();
|
||||
ripcd_socket->setSocket(fd);
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ int RipcdConnection::id() const
|
||||
}
|
||||
|
||||
|
||||
QSocket *RipcdConnection::socket() const
|
||||
Q3Socket *RipcdConnection::socket() const
|
||||
{
|
||||
return ripcd_socket;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user