aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-20 13:18:30 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-20 13:18:30 +0100
commit5246093bf9f9bb7f16dc1e1e66eadb21363fb1a0 (patch)
tree57fc600480a0d137e9ef342c418d9a313b16db22 /src/fs/gnunet-publish.c
parent88a9a5beab50429901faf8f196e785f39f4da8d7 (diff)
downloadgnunet-5246093bf9f9bb7f16dc1e1e66eadb21363fb1a0.tar.gz
gnunet-5246093bf9f9bb7f16dc1e1e66eadb21363fb1a0.zip
fix #5073
Diffstat (limited to 'src/fs/gnunet-publish.c')
-rw-r--r--src/fs/gnunet-publish.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index a825795cb..eb8a7ed19 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -684,7 +684,7 @@ directory_scan_cb (void *cls,
684 case GNUNET_FS_DIRSCANNER_INTERNAL_ERROR: 684 case GNUNET_FS_DIRSCANNER_INTERNAL_ERROR:
685 FPRINTF (stdout, 685 FPRINTF (stdout,
686 "%s", 686 "%s",
687 _("Internal error scanning directory.\n")); 687 _("Error scanning directory.\n"));
688 ret = 1; 688 ret = 1;
689 GNUNET_SCHEDULER_shutdown (); 689 GNUNET_SCHEDULER_shutdown ();
690 break; 690 break;