Navigation



Ignore:
Timestamp:
Jul 8, 2010, 2:24:19 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanup all compilation warnings in base code for 32 bit arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgw_clients.c

    r395 r403  
    189189static int client_search(struct rgw_client ** res, struct sockaddr * ip_port )
    190190{
    191         int ret = 0;
    192191        int cmp;
    193192        struct fd_list *ref = NULL;
     
    301300        for (idx = 0; idx < msg->radius.attr_used; idx++) {
    302301                struct radius_attr_hdr * attr = (struct radius_attr_hdr *)(msg->radius.buf + msg->radius.attr_pos[idx]);
    303                 unsigned char * attr_val = (unsigned char *)(attr + 1);
    304302                size_t attr_len = attr->length - sizeof(struct radius_attr_hdr);
    305303               
Note: See TracChangeset for help on using the changeset viewer.