git.samba.org
/
amitay
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f62756e
)
s3: ?true:false is a *bit* pointless :-)
author
Volker Lendecke
<vl@samba.org>
Thu, 12 Aug 2010 10:25:41 +0000
(12:25 +0200)
committer
Volker Lendecke
<vl@samba.org>
Thu, 12 Aug 2010 10:26:56 +0000
(12:26 +0200)
source3/smbd/process.c
patch
|
blob
|
history
diff --git
a/source3/smbd/process.c
b/source3/smbd/process.c
index 05e53904d77fd8a367c97e32716f92a47d4778a4..2e319135c7bfe9a5aa0eca5850fb4dcc9417b8c3 100644
(file)
--- a/
source3/smbd/process.c
+++ b/
source3/smbd/process.c
@@
-2275,7
+2275,7
@@
static void smbd_server_connection_read_handler(
NTSTATUS status;
uint32_t seqnum;
- bool from_client = (smbd_server_fd() == fd)
?true:false
;
+ bool from_client = (smbd_server_fd() == fd);
if (from_client) {
smbd_lock_socket(conn);