diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-04 00:12:03 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:47:58 +0100 |
commit | fc2f06d31b6b52c5cbd83f34a34e5107649a5134 (patch) | |
tree | 5ecd763c0af159cfab5f5e0654aed621857f4361 /source4/smbd | |
parent | 785928dcecf12c9cf2250ff4e9868232d4faa88c (diff) | |
download | samba-fc2f06d31b6b52c5cbd83f34a34e5107649a5134.tar.gz samba-fc2f06d31b6b52c5cbd83f34a34e5107649a5134.tar.xz samba-fc2f06d31b6b52c5cbd83f34a34e5107649a5134.zip |
r26274: Some syntax fixes, remove more global_loadparm instances.
(This used to be commit 3809113d86dbd35b906356a05bb481a1e2bfe4b7)
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/service_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/service_stream.c b/source4/smbd/service_stream.c index e939bda8f5f..2ad26504865 100644 --- a/source4/smbd/service_stream.c +++ b/source4/smbd/service_stream.c @@ -79,7 +79,7 @@ void stream_terminate_connection(struct stream_connection *srv_conn, const char model_ops->terminate(event_ctx, reason); } -/* +/** the select loop has indicated that a stream is ready for IO */ static void stream_io_handler(struct stream_connection *conn, uint16_t flags) |