Bug 3558 - rpc_client/cli_pipe.c: enumerated type is mixed with another type
Summary: rpc_client/cli_pipe.c: enumerated type is mixed with another type
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.21b
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-27 12:21 UTC by Jason Mader (mail bounces back)
Modified: 2006-02-27 12:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2006-02-27 12:21:07 UTC
--- rpc_client/cli_pipe.o ---
cc-1185 cc: WARNING File = rpc_client/cli_pipe.c, Line = 1128
  An enumerated type is mixed with another type.

        init_rpc_hdr(&hdr, pkt_type, RPC_FLG_FIRST|RPC_FLG_LAST, rpc_call_id, frag_len, auth_len);
                           ^
Comment 1 Jeremy Allison 2006-02-27 12:45:57 UTC
Fixed for 3.0.22. Thanks.
Jeremy.