git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81be1e6
)
jean-f spotted race condition on generation of sam sid, from starting
author
Luke Leighton
<lkcl@samba.org>
Thu, 3 Dec 1998 17:38:20 +0000
(17:38 +0000)
committer
Luke Leighton
<lkcl@samba.org>
Thu, 3 Dec 1998 17:38:20 +0000
(17:38 +0000)
nmbd and smbd. nmbd is now client: smbd is solely responsible for
creating sam_name.SID
source/nmbd/nmbd.c
patch
|
blob
|
history
diff --git
a/source/nmbd/nmbd.c
b/source/nmbd/nmbd.c
index 46c24aee7d37c070d5dd2c32e9fe6086fbb7c2c1..a81f9e4bfe8ee42b70b920a333b3d0fb9150d6d6 100644
(file)
--- a/
source/nmbd/nmbd.c
+++ b/
source/nmbd/nmbd.c
@@
-677,7
+677,7
@@
static void usage(char *pname)
reload_services( True );
- if (!pwdb_initialise(
Tru
e))
+ if (!pwdb_initialise(
Fals
e))
{
exit(1);
}