[gnome-commander/gcmd-1-6] Removes assert closing gcmd when user or group is not existing when changing file ownership
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-6] Removes assert closing gcmd when user or group is not existing when changing file ownership
- Date: Sun, 28 May 2017 17:15:34 +0000 (UTC)
commit 6098e6eec99e0f252257e3cc7071a4ddbf3bbd32
Author: Uwe Scholz <uwescholz src gnome org>
Date: Wed Mar 22 21:36:28 2017 +0100
Removes assert closing gcmd when user or group is not existing when changing file ownership
src/owner.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/owner.h b/src/owner.h
index 559dee3..9d07e0a 100644
--- a/src/owner.h
+++ b/src/owner.h
@@ -170,8 +170,6 @@ inline ID GnomeCmdOwner::HashTable<T,ID>::operator [] (const gchar *name)
{
Entry *entry = lookup(name);
- g_assert (entry != NULL);
-
return entry ? entry->id : -1;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]