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

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/libsmb/clikrb5.c

    r44 r124  
    337337                        data_blob_free(&auth_data_wrapped);
    338338                       
    339                         if (!got_auth_data_pac) {
    340                                 continue;
     339                        if (got_auth_data_pac) {
     340                                return true;
    341341                        }
    342342                }
     
    364364                        got_auth_data_pac = unwrap_pac(mem_ctx, &auth_data_wrapped, auth_data);
    365365                        data_blob_free(&auth_data_wrapped);
    366                        
    367                         if (!got_auth_data_pac) {
    368                                 continue;
     366
     367                        if (got_auth_data_pac) {
     368                                return true;
    369369                        }
    370370                }
Note: See TracChangeset for help on using the changeset viewer.