r24937: Merge tests spoolss RPC callbacks.
[vlendec/samba-autobuild/.git] / source4 / smbd / service_stream.c
index 08c323fc0ade7bcf322968b5a1ad850ad4b512d5..5117697f875160e9c73bc367153694b445f23ac5 100644 (file)
@@ -224,11 +224,13 @@ static void stream_accept_handler(struct event_context *ev, struct fd_event *fde
                                                    stream_new_connection, stream_socket);
 }
 
-
-
 /*
   setup a listen stream socket
   if you pass *port == 0, then a port > 1024 is used
+
+  FIXME: This function is TCP/IP specific - uses an int rather than 
+        a string for the port. Should leave allocating a port nr 
+         to the socket implementation - JRV20070903
  */
 NTSTATUS stream_setup_socket(struct event_context *event_context,
                             const struct model_ops *model_ops,