fix copy & paste
authorChristian Grothoff <christian@grothoff.org>
Sun, 22 Jan 2017 17:12:57 +0000 (18:12 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sun, 22 Jan 2017 17:12:57 +0000 (18:12 +0100)
src/cadet/gnunet-service-cadet-new_channel.c

index d83bab280c6c2dc4ec18b7d3cff0a1e09e3d829b..f3603d8980c4c2facad05e3c94aa7195010f7f45 100644 (file)
@@ -742,7 +742,7 @@ GCCH_bind (struct CadetChannel *ch,
                       env);
   for (unsigned int i=0;i<ch->max_pending_messages;i++)
     send_ack_to_client (ch,
-                        ch->owner);
+                        ch->dest);
 }