about summary refs log tree commit diff stats
path: root/inc/handlers.h
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2025-01-07 20:52:27 -0600
committerRen Kararou <[email protected]>2025-01-07 20:52:27 -0600
commit660da53647cdcdc5ce07054f74e5c420a15702fe (patch)
tree796f00487c00a16a958467860354ad9f4bcc0276 /inc/handlers.h
parentb9635ce3b4ca30b14128c131bb9fe9be08740d6d (diff)
downloadnbtpd-660da53647cdcdc5ce07054f74e5c420a15702fe.tar.gz
nbtpd-660da53647cdcdc5ce07054f74e5c420a15702fe.tar.bz2
nbtpd-660da53647cdcdc5ce07054f74e5c420a15702fe.zip
first RRQ processed
Diffstat (limited to 'inc/handlers.h')
-rw-r--r--inc/handlers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/handlers.h b/inc/handlers.h
index aecd964..acf994e 100644
--- a/inc/handlers.h
+++ b/inc/handlers.h
@@ -10,7 +10,7 @@
 typedef enum opmode {
 	NOT_FOUND,
 	NETASCII,
-	OCTAL,
+	OCTET,
 	MAIL
 // any additional modes
 } nbd_opmode;