diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-08-16 10:26:58 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-08-16 10:26:58 +0200 |
commit | 3b91334247ad80409ee04c081c0be3e95023536d (patch) | |
tree | 5bd0c755a92210b6b8f761f6b02a3e90271ec85e /lib/system.c | |
parent | 53604151bd76275e7e85bc267a074a0b8cd015b0 (diff) | |
download | gnutls-3b91334247ad80409ee04c081c0be3e95023536d.tar.gz |
Avoid stray return when compiling without trousers.
Diffstat (limited to 'lib/system.c')
-rw-r--r-- | lib/system.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/system.c b/lib/system.c index 82572ba971..9a0ebc208e 100644 --- a/lib/system.c +++ b/lib/system.c @@ -437,7 +437,6 @@ gnutls_x509_trust_list_add_system_trust(gnutls_x509_trust_list_t list, if (ret > 0) r += ret; # endif -#endif - return r; +#endif } |