diff options
author | Luca Deri <deri@ntop.org> | 2024-05-07 09:05:15 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-05-07 09:05:15 +0200 |
commit | 6195dbad76a5a63fdcce477bbfeaa41ce73028f3 (patch) | |
tree | 718d403cbb4ab0779ae68d6743787689d5e0a9a0 /src | |
parent | 1773d7ff2d5b3463ac65fe0d9773ce6239528390 (diff) |
Renamed radius source file to avoid name clashes on Windows
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/protocols/radius_proto.c (renamed from src/lib/protocols/radius.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/radius.c b/src/lib/protocols/radius_proto.c index 97a6c14c9..00bbcad04 100644 --- a/src/lib/protocols/radius.c +++ b/src/lib/protocols/radius_proto.c @@ -1,7 +1,7 @@ /* - * radius.c + * radius_proto.c * - * Copyright (C) 2012-22 - ntop.org + * Copyright (C) 2012-24 - ntop.org * * nDPI is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by |