Skip to content

Commit da76630

Browse files
committed
Add return type to auth signal handler
1 parent e83ff20 commit da76630

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/backend/fresh/freshConnection.vala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ public class FeedReader.freshConnection {
3636
Logger.error("fresh Session: need Authentication");
3737
} else if(!retrying) {
3838
auth.authenticate(m_utils.getHtaccessUser(), m_utils.getHtaccessPasswd());
39+
return true;
3940
}
41+
return false;
4042
});
4143

4244
var msg = new freshMessage();

0 commit comments

Comments
 (0)