Added SilcLocalNetSecurity flags for Local Net Stream Listener.
[runtime.git] / lib / silcutil / tests / test_silclocalnetstream.c
index 010936e4606e2b1f5412fb4836937cb1ba9014df..ec482c5660b1487f76222772298ab59bd91438bd 100644 (file)
@@ -83,6 +83,8 @@ SILC_FSM_STATE(test_st_start)
 
   SILC_LOG_DEBUG(("Creating local network listener"));
   f->server = silc_local_net_create_listener("local_net",
+                                            SILC_LOCAL_NET_USER |
+                                            SILC_LOCAL_NET_GROUP,
                                             silc_fsm_get_schedule(fsm),
                                             test_accept_connection, f);
   if (!f->server) {