mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-08 11:59:44 +00:00
Monotone-Parent: 2ae8453d8d2f2b996894905329aa2f2665038ed7
Monotone-Revision: 8ac94a78bb2ff47a9c8c93921883f5d1ed948bae Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-06-16T18:47:37 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1210,12 +1210,10 @@ int mapistore_init_backend(void)
|
||||
{
|
||||
struct mapistore_backend backend;
|
||||
int ret;
|
||||
static BOOL registered = NO;
|
||||
static BOOL registered = NO;
|
||||
|
||||
if (registered)
|
||||
{
|
||||
ret = MAPISTORE_ERROR;
|
||||
}
|
||||
ret = MAPISTORE_SUCCESS;
|
||||
else
|
||||
{
|
||||
registered = YES;
|
||||
|
||||
Reference in New Issue
Block a user