fix warning

This commit is contained in:
Joey Hess 2013-03-08 22:25:23 -04:00
parent a8ef5fdd0d
commit bf46e6f15d

View file

@ -46,8 +46,8 @@ xmppNeeded = whenM (isNothing <$> liftAnnex getXMPPCreds) $ do
xmppNeeded = return ()
#endif
#ifdef WITH_XMPP
getXMPPR :: Handler RepHtml
#ifdef WITH_XMPP
getXMPPR = xmppPage $ do
((result, form), enctype) <- lift $ do
oldcreds <- liftAnnex getXMPPCreds