]> andersk Git - moira.git/commitdiff
Initialize the default database to be "sms"
authorprobe <probe>
Wed, 8 Jul 1992 18:32:22 +0000 (18:32 +0000)
committerprobe <probe>
Wed, 8 Jul 1992 18:32:22 +0000 (18:32 +0000)
afssync/sync.qc

index b4969d9994513218bb9d5838e7f540deec6547e2..a7ec28d26cc50c93d42efc1c73493a0e7488f226 100644 (file)
@@ -52,6 +52,8 @@ char **argv;
     int status;
     int ingerr();
 
+    strcpy(db, "sms");
+
     if (!strcmp(argv[1], "-db")) {
        strncpy(db, argv[2], sizeof(db)-1);
        argc -= 2;
This page took 0.529193 seconds and 5 git commands to generate.