#55 closed defect (duplicate)
Problem with fork() in swat
| Reported by: | guest | Owned by: | Paul Smedley |
|---|---|---|---|
| Priority: | minor | Milestone: | Samba Server for eCS (OS/2) 1.0.1 |
| Component: | Samba Server | Version: | 3.0.28 |
| Keywords: | Cc: |
Description
in http://svn.netlabs.org/samba/browser/branches/samba-3.0/source/web/startstop.c the start of smbd and nmbd uses fork(). but because the parent exits wih exit(0) also the child dies. so spawn() would be better
Change History (4)
comment:1 by , 18 years ago
comment:3 by , 16 years ago
| Milestone: | → Samba Server for eCS (OS/2) 1.0.1 |
|---|
comment:4 by , 16 years ago
| Version: | → 3.0.28 |
|---|
Note:
See TracTickets
for help on using tickets.

this ticket is a followup to ticket #54