]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
raise your hand if you can spell
authorRoger Dingledine <arma@torproject.org>
Tue, 9 Nov 2004 10:21:19 +0000 (10:21 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 9 Nov 2004 10:21:19 +0000 (10:21 +0000)
svn:r2743

src/or/control.c

index 2df86d906adb0988d9415df62773482c7b9065b3..07795044fc53bd10f8074732eec86e212f33ec33 100644 (file)
@@ -37,7 +37,7 @@
 #define CONTROL_CMD_SETEVENTS    0x0005
 #define CONTROL_CMD_EVENT        0x0006
 #define CONTROL_CMD_AUTHENTICATE 0x0007
-#define CONTROL_CMD_SAFECONF     0x0008
+#define CONTROL_CMD_SAVECONF     0x0008
 #define _CONTROL_CMD_MAX_RECOGNIZED 0x0008
 
 /* Recognized error codes. */
@@ -440,7 +440,7 @@ connection_control_process_inbuf(connection_t *conn) {
       if (handle_control_authenticate(conn, body_len, body))
         return -1;
       break;
-    case CONTROL_CMD_SAFECONF:
+    case CONTROL_CMD_SAVECONF:
       if (handle_control_saveconf(conn, body_len, body))
         return -1;
       break;