From 3c2f49703ae54ddb33adbb78fd4fbb81b0fcbaac Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 25 Mar 2011 16:22:57 +0100 Subject: fixes for missing uid case Signed-off-by: Denys Vlasenko --- src/daemon/Daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon') diff --git a/src/daemon/Daemon.cpp b/src/daemon/Daemon.cpp index 7bb772c8..1d0467bb 100644 --- a/src/daemon/Daemon.cpp +++ b/src/daemon/Daemon.cpp @@ -404,7 +404,7 @@ static gboolean handle_inotify_cb(GIOChannel *gio, GIOCondition condition, gpoin * not the one which is deleted */ send_dbus_sig_Crash(get_crash_item_content_or_NULL(crash_data, FILENAME_PACKAGE), - (first)? first: fullname, + (first) ? first : fullname, uid_str ); break; -- cgit