summaryrefslogtreecommitdiff
path: root/source4/smbd/service_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smbd/service_stream.h')
-rw-r--r--source4/smbd/service_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/service_stream.h b/source4/smbd/service_stream.h
index 692e18bea5..03fdcf522e 100644
--- a/source4/smbd/service_stream.h
+++ b/source4/smbd/service_stream.h
@@ -37,7 +37,7 @@
struct stream_connection {
const struct stream_server_ops *ops;
const struct model_ops *model_ops;
- uint32_t server_id;
+ struct server_id server_id;
void *private;
struct {