Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2292430 authored by Aurelien Aptel's avatar Aurelien Aptel Committed by Steve French
Browse files

CIFS: move default port definitions to cifsglob.h

parent cd2dca60
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -33,6 +33,9 @@

#define CIFS_MAGIC_NUMBER 0xFF534D42      /* the first four bytes of SMB PDUs */

#define CIFS_PORT 445
#define RFC1001_PORT 139

/*
 * The sizes of various internal tables and strings
 */
+0 −3
Original line number Diff line number Diff line
@@ -57,9 +57,6 @@
#include "smb2proto.h"
#include "smbdirect.h"

#define CIFS_PORT 445
#define RFC1001_PORT 139

extern mempool_t *cifs_req_poolp;
extern bool disable_legacy_dialects;