Changeset 719

Show
Ignore:
Timestamp:
02/25/08 07:55:30 (8 months ago)
Author:
dsallings
Message:

Fixed another place where a protocol was referenced by an magic integer.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/binary/server/memcached.c

    r718 r719  
    35633563    if (settings.udpport > 0 && settings.socketpath == NULL) { 
    35643564        /* create the UDP listening socket and bind it */ 
    3565         u_socket = server_socket(settings.udpport, 1, &u_socket_count); 
     3565        u_socket = server_socket(settings.udpport, ascii_udp_prot, 
     3566                        &u_socket_count); 
    35663567        if (u_socket == NULL) { 
    35673568            fprintf(stderr, "failed to listen on UDP port %d\n", settings.udpport);