Bug 153699 - smbcontrol wrongly sends messages designated to nmbd and winbindd to smbd
Summary: smbcontrol wrongly sends messages designated to nmbd and winbindd to smbd
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Network (show other bugs)
Version: Beta 5
Hardware: All SuSE Linux 10.1
: P5 - None : Critical (vote)
Target Milestone: ---
Assignee: Lars Müller
QA Contact: E-mail List
URL:
Whiteboard:
Keywords: easy_fix
Depends on:
Blocks:
 
Reported: 2006-02-27 15:32 UTC by Alexander Bokovoy
Modified: 2006-02-27 15:39 UTC (History)
1 user (show)

See Also:
Found By: Third Party Developer/Partner
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Bokovoy 2006-02-27 15:32:24 UTC
smbcontrol in Samba 3 wrongly sends messages designated to nmbd and winbindd to smbd because process_pid() uses atoi() to convert passed pid string which in latter case is "nmbd" or "winbindd" and that produces 0 as result of atoi() which, in fact, means "send message to all smbd".

The bug is fixed in r13695 in Samba SVN.
Comment 1 Guenther Deschner 2006-02-27 15:39:53 UTC
Fixed and commited to internal subversion. Thanks!