fixed passwd handling in retroshare-service

This commit is contained in:
csoler 2025-09-30 21:03:02 +02:00
parent 3f21b4bf65
commit 116c7f1aec
4 changed files with 53 additions and 27 deletions

View file

@ -346,8 +346,8 @@ feenableexcept(FE_INVALID | FE_DIVBYZERO);
//
RsControl::earlyInitNotificationSystem() ;
NotifyQt *notify = NotifyQt::Create();
rsNotify->registerNotifyClient(notify);
//NotifyQt *notify = NotifyQt::Create();
//rsNotify->registerNotifyClient(notify);
/* RetroShare Core Objects */
RsInit::InitRsConfig();