Skip to content

Commit 6f63ac3

Browse files
committed
server session BUGFIX flags with same values
1 parent 4e65d42 commit 6f63ac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/session_server.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ uint16_t nc_ps_session_count(struct nc_pollsession *ps);
245245
#define NC_PSPOLL_ERROR 0x0080 /**< Other fatal errors (they are printed). */
246246

247247
#ifdef NC_ENABLED_SSH
248-
# define NC_PSPOLL_SSH_MSG 0x0080 /**< SSH message received (and processed, if relevant, only with SSH support). */
249-
# define NC_PSPOLL_SSH_CHANNEL 0x0100 /**< New SSH channel opened on an existing session (only with SSH support). */
248+
# define NC_PSPOLL_SSH_MSG 0x00100 /**< SSH message received (and processed, if relevant, only with SSH support). */
249+
# define NC_PSPOLL_SSH_CHANNEL 0x0200 /**< New SSH channel opened on an existing session (only with SSH support). */
250250
#endif
251251

252252
/**

0 commit comments

Comments
 (0)