projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50c2b2a
)
eh, logic exactly wrong way round...
author
Christian Grothoff
<christian@grothoff.org>
Sat, 16 Jun 2018 08:41:32 +0000
(10:41 +0200)
committer
Christian Grothoff
<christian@grothoff.org>
Sat, 16 Jun 2018 08:41:32 +0000
(10:41 +0200)
src/arm/gnunet-service-arm.c
patch
|
blob
|
history
diff --git
a/src/arm/gnunet-service-arm.c
b/src/arm/gnunet-service-arm.c
index f7f51b31d9bc7b6334112b9f45ea9372a2abc374..b56c9c0a8e9c9d54cef6e20926a38ee3ca6186b1 100644
(file)
--- a/
src/arm/gnunet-service-arm.c
+++ b/
src/arm/gnunet-service-arm.c
@@
-502,10
+502,10
@@
get_server_addresses (const char *service_name,
if ( (0 == port) &&
(NULL == unixpath) )
{
- if (GNUNET_YES
!
=
-
GNUNET_CONFIGURATION_get_value_yesno (cfg,
-
service_name,
-
"AUTOSTART"))
+ if (GNUNET_YES
=
=
+ GNUNET_CONFIGURATION_get_value_yesno (cfg,
+ service_name,
+ "AUTOSTART"))
LOG (GNUNET_ERROR_TYPE_ERROR,
_("Have neither PORT nor UNIXPATH for service `%s', but one is required\n"),
service_name);