Changeset 90

Show
Ignore:
Timestamp:
09/30/07 11:38:21 (14 months ago)
Author:
psmedley
Message:

Typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/lib/tdb/common/open.c

    r81 r90  
    268268        if ((tdb_flags & TDB_CLEAR_IF_FIRST)  
    269269#ifndef __OS2__ 
    270             && (locked = (tdb->methods->tdb_brlock(tdb, ACTIVE_LOCK, F_WRLCK, F_SETLK, 0, 1) == 0))) { 
    271 #endif 
     270            && (locked = (tdb->methods->tdb_brlock(tdb, ACTIVE_LOCK, F_WRLCK, F_SETLK, 0, 1) == 0))  
     271#endif 
     272        ) { 
    272273                open_flags |= O_CREAT; 
    273274                if (ftruncate(tdb->fd, 0) == -1) {