Loading mailnews/local/src/nsPop3IncomingServer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ nsPop3IncomingServer::GetServerURI(char **uri) rv = GetHostName(&hostname); if (NS_FAILED(rv)) return rv; *uri = PR_smprintf("mailbox://%s/", hostname); *uri = PR_smprintf("mailbox://%s", hostname); PR_Free(hostname); return rv; Loading Loading
mailnews/local/src/nsPop3IncomingServer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ nsPop3IncomingServer::GetServerURI(char **uri) rv = GetHostName(&hostname); if (NS_FAILED(rv)) return rv; *uri = PR_smprintf("mailbox://%s/", hostname); *uri = PR_smprintf("mailbox://%s", hostname); PR_Free(hostname); return rv; Loading