Bryan Drewery hace 21 años
padre
commit
6394dda1e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/settings.h

+ 1 - 1
src/settings.h

@@ -41,7 +41,7 @@ typedef struct settings_struct {
   char padding[4];
 } settings_t;
 
-#define SIZE_PACK sizeof(settings.hash) + sizeof(settings.packname) + sizeof(settings.shellhash) + \
+/* #define SIZE_PACK sizeof(settings.hash) + sizeof(settings.packname) + sizeof(settings.shellhash) + \ */
 #define SIZE_PACK sizeof(settings.hash) + sizeof(settings.packname) + sizeof(settings.shellhash) + \
 sizeof(settings.salt1) + sizeof(settings.salt2) + sizeof(settings.dcc_prefix)