diff options
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 7d58aad68..fa69c7408 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -330,6 +330,7 @@ check_software_version_against_directory(const char *directory) "Please use %s%s.", VERSION, strchr(v,',') ? "one of " : "", v); tor_free(v); + return 0; } /** Parse a directory from <b>str</b> and, when done, store the |