Ignore:
Timestamp:
Nov 26, 2007, 9:24:27 AM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.27a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/librpc/gen_ndr/cli_wkssvc.c

    r1 r105  
    103103        /* Return variables */
    104104        *users = *r.out.users;
    105         if ( entriesread ) {
     105        if (entriesread && r.out.entriesread) {
    106106                *entriesread = *r.out.entriesread;
    107107        }
    108         if ( totalentries ) {
     108        if (totalentries && r.out.totalentries) {
    109109                *totalentries = *r.out.totalentries;
    110110        }
     
    204204        *level = *r.out.level;
    205205        *ctr = *r.out.ctr;
    206         if ( totalentries ) {
     206        if (totalentries && r.out.totalentries) {
    207207                *totalentries = *r.out.totalentries;
    208208        }
Note: See TracChangeset for help on using the changeset viewer.