Navigation


Changeset 1101:40b48a3997a2 in freeDiameter for libfdcore


Ignore:
Timestamp:
May 9, 2013, 1:06:03 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Parents:
1098:f38d77f9cfd3 (diff), 1100:4b7192d0ffde (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merged

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/cnxctx.c

    r1098 r1101  
    17581758       
    17591759                default:
    1760                         TRACE_DEBUG(INFO, "Unknwon protocol: %d", conn->cc_proto);
     1760                        TRACE_DEBUG(INFO, "Unknown protocol: %d", conn->cc_proto);
    17611761                        ASSERT(0);
    17621762                        return ENOTSUP; /* or EINVAL... */
  • libfdcore/cnxctx.c

    r1099 r1101  
    736736                }
    737737               
     738                // fd_msg_log(....)
     739               
    738740                /* We have received a complete message, pass it to the daemon */
    739741                CHECK_FCT_DO( fd_event_send( fd_cnx_target_queue(conn), FDEVP_CNX_MSG_RECV, length, newmsg), /* continue or destroy everything? */);
Note: See TracChangeset for help on using the changeset viewer.