Ignore:
Timestamp:
Oct 30, 2009, 9:39:05 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 to 3.3.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/profile/profile.c

    r206 r342  
    228228        profile_h = (struct profile_header *)shmat(shm_id, 0,
    229229                                                   read_only?SHM_RDONLY:0);
    230         if ((long)profile_p == -1) {
     230        if ((long)profile_h == -1) {
    231231                DEBUG(0,("Can't attach to IPC area. Error was %s\n",
    232232                         strerror(errno)));
Note: See TracChangeset for help on using the changeset viewer.