doxygen
authorNathan S. Evans <evans@in.tum.de>
Fri, 4 Feb 2011 14:25:13 +0000 (14:25 +0000)
committerNathan S. Evans <evans@in.tum.de>
Fri, 4 Feb 2011 14:25:13 +0000 (14:25 +0000)
src/transport/plugin_transport_unix.c

index 4d08a252b0037b510db65a489163b7b53d6af1e9..c5c26e4437d49d46b637757a82a7e8b95e6b7cbc 100644 (file)
@@ -698,7 +698,7 @@ add_to_address_list (struct Plugin *plugin,
  * @param plugin the main plugin for this transport
  * @param sender from which peer the message was received
  * @param currhdr pointer to the header of the message
- * @param sender_addr the address from which the message was received
+ * @param un the address from which the message was received
  * @param fromlen the length of the address
  */
 static void
@@ -743,7 +743,6 @@ unix_plugin_select (void *cls,
   char buf[65536];
   struct UNIXMessage *msg;
   struct GNUNET_PeerIdentity sender;
-  //socklen_t fromlen;
   struct sockaddr_un un;
   socklen_t addrlen;
   ssize_t ret;