Changeset 342 for branches/samba-3.3.x/source/profile/profile.c
- Timestamp:
- Oct 30, 2009, 9:39:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/profile/profile.c
r206 r342 228 228 profile_h = (struct profile_header *)shmat(shm_id, 0, 229 229 read_only?SHM_RDONLY:0); 230 if ((long)profile_ p== -1) {230 if ((long)profile_h == -1) { 231 231 DEBUG(0,("Can't attach to IPC area. Error was %s\n", 232 232 strerror(errno)));
Note:
See TracChangeset
for help on using the changeset viewer.