We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e65d42 commit 6f63ac3Copy full SHA for 6f63ac3
src/session_server.h
@@ -245,8 +245,8 @@ uint16_t nc_ps_session_count(struct nc_pollsession *ps);
245
#define NC_PSPOLL_ERROR 0x0080 /**< Other fatal errors (they are printed). */
246
247
#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). */
+# define NC_PSPOLL_SSH_MSG 0x00100 /**< SSH message received (and processed, if relevant, only with SSH support). */
+# define NC_PSPOLL_SSH_CHANNEL 0x0200 /**< New SSH channel opened on an existing session (only with SSH support). */
250
#endif
251
252
/**
0 commit comments