diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-19 18:02:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-19 18:02:30 +0200 |
commit | 6d58ceafb5fac632e3392b6adce487c8626554a7 (patch) | |
tree | e7db28b5ede94e773a8a9886933f363468420b24 /src | |
parent | m + add libcoopgamma_get_methods.3 (diff) | |
download | libcoopgamma-6d58ceafb5fac632e3392b6adce487c8626554a7.tar.gz libcoopgamma-6d58ceafb5fac632e3392b6adce487c8626554a7.tar.bz2 libcoopgamma-6d58ceafb5fac632e3392b6adce487c8626554a7.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src')
-rw-r--r-- | src/libcoopgamma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcoopgamma.c b/src/libcoopgamma.c index 3f21247..9cf6b2a 100644 --- a/src/libcoopgamma.c +++ b/src/libcoopgamma.c @@ -1126,7 +1126,7 @@ static char* libcoopgamma_query(const char* restrict method, const char* restric goto fail; if (status) { - errno = EPIPE; + errno = INVAL; if ((n == sizeof(int)) && (*(int*)msg != 0)) errno = *(int*)msg; } |