Author: grothoff
Date: 2008-02-17 23:04:55 -0700 (Sun, 17 Feb 2008)
New Revision: 6364

Modified:
   GNUnet/src/applications/fs/fsui/upload.c
Log:
also remove LOWER case stuff

Modified: GNUnet/src/applications/fs/fsui/upload.c
===================================================================
--- GNUnet/src/applications/fs/fsui/upload.c    2008-02-18 06:02:26 UTC (rev 
6363)
+++ GNUnet/src/applications/fs/fsui/upload.c    2008-02-18 06:04:55 UTC (rev 
6364)
@@ -439,6 +439,8 @@
     }
   while (GNUNET_OK ==
          GNUNET_ECRS_meta_data_delete (utc->meta, EXTRACTOR_SPLIT, NULL));
+  while (GNUNET_OK ==
+         GNUNET_ECRS_meta_data_delete (utc->meta, EXTRACTOR_LOWERCASE, NULL));
   if (utc->shared->global_keywords != NULL)
     GNUNET_ECRS_publish_under_keyword (ectx,
                                        utc->shared->ctx->cfg,



_______________________________________________
GNUnet-SVN mailing list
GNUnet-SVN@gnu.org
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to