| Index: net/ftp/ftp_server_type_histograms.h
|
| diff --git a/net/ftp/ftp_server_type_histograms.h b/net/ftp/ftp_server_type_histograms.h
|
| index fef9bb2b94134a3fe982a22c03c45973e600792e..ca9f6e4f0bc90df434a5713ea5e9d5dab57a002e 100644
|
| --- a/net/ftp/ftp_server_type_histograms.h
|
| +++ b/net/ftp/ftp_server_type_histograms.h
|
| @@ -35,6 +35,7 @@ enum FtpServerType {
|
| SERVER_LS = 9, // Server using /bin/ls -l listing style.
|
| SERVER_WINDOWS = 10, // Server using Windows listing style.
|
| SERVER_VMS = 11, // Server using VMS listing style.
|
| + SERVER_NETWARE = 12, // Server using Netware listing style.
|
|
|
| NUM_OF_SERVER_TYPES
|
| };
|
|
|