Bug 3865 - libmsrpc/libmsrpc_internal.c: STR_TERMINATE, type is mixed with another type
Summary: libmsrpc/libmsrpc_internal.c: STR_TERMINATE, 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.23
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-26 16:40 UTC by Jason Mader (mail bounces back)
Modified: 2006-06-26 19:55 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-06-26 16:40:48 UTC
--- libmsrpc/libmsrpc_internal.po ---
cc-1185 c99: WARNING File = libmsrpc/libmsrpc_internal.c, Line = 371
  An enumerated type is mixed with another type.

     init_unistr2(&user_name, info->username, STR_TERMINATE);
                                              ^

cc-1185 c99: WARNING File = libmsrpc/libmsrpc_internal.c, Line = 372
  An enumerated type is mixed with another type.

     init_unistr2(&full_name, info->full_name, STR_TERMINATE);
                                               ^

cc-1185 c99: WARNING File = libmsrpc/libmsrpc_internal.c, Line = 373
  An enumerated type is mixed with another type.

     init_unistr2(&home_dir, info->home_dir, STR_TERMINATE);
                                             ^

cc-1185 c99: WARNING File = libmsrpc/libmsrpc_internal.c, Line = 374
  An enumerated type is mixed with another type.

     init_unistr2(&dir_drive, info->home_drive, STR_TERMINATE);
                                                ^

cc-1185 c99: WARNING File = libmsrpc/libmsrpc_internal.c, Line = 375
  An enumerated type is mixed with another type.

     init_unistr2(&log_scr, info->logon_script, STR_TERMINATE);
                                                ^

cc-1185 c99: WARNING File = libmsrpc/libmsrpc_internal.c, Line = 376
  An enumerated type is mixed with another type.

     init_unistr2(&prof_path, info->profile_path, STR_TERMINATE);
                                                  ^

cc-1185 c99: WARNING File = libmsrpc/libmsrpc_internal.c, Line = 377
  An enumerated type is mixed with another type.

     init_unistr2(&desc, info->description, STR_TERMINATE);
                                            ^

cc-1185 c99: WARNING File = libmsrpc/libmsrpc_internal.c, Line = 378
  An enumerated type is mixed with another type.

     init_unistr2(&wkstas, info->workstations, STR_TERMINATE);
                                               ^

cc-1185 c99: WARNING File = libmsrpc/libmsrpc_internal.c, Line = 379
  An enumerated type is mixed with another type.

     init_unistr2(&unk, "\0", STR_TERMINATE);
                              ^

cc-1185 c99: WARNING File = libmsrpc/libmsrpc_internal.c, Line = 380
  An enumerated type is mixed with another type.

     init_unistr2(&mung_dial, info->dial, STR_TERMINATE);
                                          ^
Comment 1 Jeremy Allison 2006-06-26 19:55:27 UTC
Fixed thanks !
Jeremy,