diff options
author | Jiri Moskovcak <jmoskovc@localhost.localdomain> | 2009-11-18 15:51:49 +0100 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@localhost.localdomain> | 2009-11-18 15:51:49 +0100 |
commit | b6a34a21048ca7edfa913e8c5ee094f4cb85503f (patch) | |
tree | d1b768d95fbbf2904edd8ac4fb8f6e977841d5c9 /lib/Utils/CommLayerInner.cpp | |
parent | dfcf49e5a3d80fcf61bd4dbac4f8d95d45996278 (diff) | |
parent | 344a3dcc7a22e0e5dd74fe0bfb0483220c3dc7ad (diff) | |
download | abrt-b6a34a21048ca7edfa913e8c5ee094f4cb85503f.tar.gz abrt-b6a34a21048ca7edfa913e8c5ee094f4cb85503f.tar.xz abrt-b6a34a21048ca7edfa913e8c5ee094f4cb85503f.zip |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/Utils/CommLayerInner.cpp')
-rw-r--r-- | lib/Utils/CommLayerInner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/CommLayerInner.cpp b/lib/Utils/CommLayerInner.cpp index 307fe66..133e97d 100644 --- a/lib/Utils/CommLayerInner.cpp +++ b/lib/Utils/CommLayerInner.cpp @@ -72,7 +72,7 @@ void update_client(const char *fmt, ...) int used = vasprintf(&msg, fmt, p); va_end(p); if (used < 0) - return; + return; s_pObs->Status(msg, peer, key); } |