Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/rpc_server/srv_lsa_nt.c

    r44 r124  
    10331033}
    10341034
     1035
     1036
     1037
     1038
     1039
     1040
     1041
     1042
     1043
     1044
     1045
     1046
     1047
     1048
     1049
     1050
     1051
     1052
     1053
     1054
     1055
     1056
     1057
     1058
     1059
    10351060/***************************************************************************
    10361061lsa_reply_lookup_names
     
    10521077        }
    10531078               
    1054         /* Probably the lookup_level is some sort of bitmask. */
    1055         if (q_u->lookup_level == 1) {
    1056                 flags = LOOKUP_NAME_ALL;
    1057         }
     1079        flags = lsa_lookup_level_to_flags(q_u->lookup_level);
    10581080
    10591081        ref = TALLOC_ZERO_P(p->mem_ctx, DOM_R_REF);
     
    11211143                DEBUG(5,("_lsa_lookup_names2: truncating name lookup list to %d\n", num_entries));
    11221144        }
    1123                
    1124         /* Probably the lookup_level is some sort of bitmask. */
    1125         if (q_u->lookup_level == 1) {
    1126                 flags = LOOKUP_NAME_ALL;
    1127         }
     1145
     1146        flags = lsa_lookup_level_to_flags(q_u->lookup_level);
    11281147
    11291148        ref = TALLOC_ZERO_P(p->mem_ctx, DOM_R_REF);
Note: See TracChangeset for help on using the changeset viewer.