diff options
Diffstat (limited to 'src/plugins/fs/namespace_create.c')
-rw-r--r-- | src/plugins/fs/namespace_create.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/namespace_create.c b/src/plugins/fs/namespace_create.c index 2f8ae46e..cdd24912 100644 --- a/src/plugins/fs/namespace_create.c +++ b/src/plugins/fs/namespace_create.c | |||
@@ -216,7 +216,7 @@ void create_namespace_clicked_fs(GtkWidget * dummy1, | |||
216 | gtk_spin_button_get_value_as_int | 216 | gtk_spin_button_get_value_as_int |
217 | (GTK_SPIN_BUTTON(spin)), | 217 | (GTK_SPIN_BUTTON(spin)), |
218 | 1000, /* FIXME: priority */ | 218 | 1000, /* FIXME: priority */ |
219 | get_time() + 999999, /* FIXME: expiration */ | 219 | get_time() + 2 * cronYEARS, /* FIXME: expiration */ |
220 | namespaceName, | 220 | namespaceName, |
221 | meta, | 221 | meta, |
222 | keywordURI, | 222 | keywordURI, |