=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/server.c,v retrieving revision 1.183 retrieving revision 1.184 diff -c -r1.183 -r1.184 *** src/usr.bin/tmux/server.c 2018/08/23 15:45:05 1.183 --- src/usr.bin/tmux/server.c 2019/04/17 14:37:48 1.184 *************** *** 1,4 **** ! /* $OpenBSD: server.c,v 1.183 2018/08/23 15:45:05 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: server.c,v 1.184 2019/04/17 14:37:48 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 297,303 **** } RB_FOREACH_SAFE(s, sessions, &sessions, s1) ! session_destroy(s, __func__); } /* Update socket execute permissions based on whether sessions are attached. */ --- 297,303 ---- } RB_FOREACH_SAFE(s, sessions, &sessions, s1) ! session_destroy(s, 1, __func__); } /* Update socket execute permissions based on whether sessions are attached. */