fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 18 Oct 2011 15:38:47 +0000 (15:38 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 18 Oct 2011 15:38:47 +0000 (15:38 +0000)
src/transport/gnunet-service-transport.c

index 2b551f528b0bb08557091d4bd53c40a302aaed12..14c33c37b4ff46497348c58047987e4c75de13ea 100644 (file)
@@ -285,9 +285,9 @@ plugin_env_receive_callback (void *cls, const struct GNUNET_PeerIdentity *peer,
     break;
   default:
     /* should be payload */
-    process_payload (peer,
-                    message,
-                    ats, ats_count);
+    ret = process_payload (peer,
+                          message,
+                          ats, ats_count);
     break;
   }
  end: