aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-nse-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/gnunet-nse-profiler.c')
-rw-r--r--src/nse/gnunet-nse-profiler.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nse/gnunet-nse-profiler.c b/src/nse/gnunet-nse-profiler.c
index 4a4bea5ed..cf88690d5 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -914,8 +914,11 @@ static struct GNUNET_GETOPT_CommandLineOption options[] = {
914 914
915 915
916int 916int
917main (int argc, char *argv[]) 917main (int argc, char *const *argv)
918{ 918{
919 if (GNUNET_OK != GNUNET_STRINGS_get_utf8_args (argc, argv, &argc, &argv))
920 return 2;
921
919 GNUNET_log_setup ("nse-profiler", 922 GNUNET_log_setup ("nse-profiler",
920#if VERBOSE 923#if VERBOSE
921 "DEBUG", 924 "DEBUG",