diff options
| m--------- | librtclient | 0 | ||||
| -rw-r--r-- | worker.cxx | 5 | 
2 files changed, 1 insertions, 4 deletions
| diff --git a/librtclient b/librtclient -Subproject afcfe1bf43eab83357f88fc71ddeb9b0356fd3d +Subproject 5fe434e35b65a42bc365404a7a6c3436a2a99a8 @@ -9,12 +9,9 @@ Worker::Worker()  void Worker::logIn(QString const& name, QString const& password)  {  	rtclient_login(name.toLatin1().constData(), password.toLatin1().constData()); -	/*  	struct rt_user *user = NULL;  	rtclient_userget(&user, name.toLatin1().constData()); -	if (user) -		rtclient_userfree(user); -		*/ +	if (user) rtclient_userfree(user);  }  void Worker::search(QString const& owner) |