Return correct error.

This commit is contained in:
Michael Drake 2013-07-25 11:07:40 +01:00
parent c6820e8402
commit ef05c2f6e6
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ nserror global_history_fini(void)
LOG(("Finalised global history"));
return NSERROR_OK;
return err;
}