diff options
| author | Jiri Moskovcak <jmoskovc@localhost.localdomain> | 2009-11-16 19:31:39 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@localhost.localdomain> | 2009-11-16 19:31:39 +0100 |
| commit | e02e60e8b1b3083ea13454c61460d72a0188517a (patch) | |
| tree | 1679fa5bf56a00f9b6f3947cc2e1aef1f4c2559f /src/Daemon/CrashWatcher.cpp | |
| parent | 80a2d45c6ce729fc778d2ecc00569635cf886e7b (diff) | |
| parent | b69dd49d43a7c538c55e5cebab97c5f217cfe8fb (diff) | |
| download | abrt-e02e60e8b1b3083ea13454c61460d72a0188517a.tar.gz abrt-e02e60e8b1b3083ea13454c61460d72a0188517a.tar.xz abrt-e02e60e8b1b3083ea13454c61460d72a0188517a.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Daemon/CrashWatcher.cpp')
| -rw-r--r-- | src/Daemon/CrashWatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/CrashWatcher.cpp b/src/Daemon/CrashWatcher.cpp index e684277..f859515 100644 --- a/src/Daemon/CrashWatcher.cpp +++ b/src/Daemon/CrashWatcher.cpp @@ -113,7 +113,7 @@ map_crash_report_t GetJobResult(const char* pUUID, const char* pUID, int force) /* FIXME: starting from here, any shared data must be protected with a mutex. * For example, CreateCrashReport does: - * g_pPluginManager->GetDatabase(g_settings_sDatabase); + * g_pPluginManager->GetDatabase(g_settings_sDatabase.c_str()); * which is unsafe wrt concurrent updates to g_pPluginManager state. */ mw_result_t res = CreateCrashReport(pUUID, pUID, force, crashReport); |
